Handbook
Glossary
lock-issue ( json owner repo n -- json )
Vocabulary
github
Inputs
json
an
object
owner
an
object
repo
an
object
n
an
object
Outputs
json
an
object
Definition
USING:
formatting
;
IN:
github
:
lock-issue
( json owner repo n -- json )
"/repos/%s/%s/issues/%d/lock"
sprintf
github-put
;