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