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