Handbook
Glossary
update-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
:
update-issue
( json owner repo n -- json )
"/repos/%s/%s/issues/%d"
sprintf
github-patch
;