Handbook
Glossary
get-my-org-issues ( org -- json )
Vocabulary
github
Inputs
org
an
object
Outputs
json
an
object
Definition
USING:
formatting
;
IN:
github
:
get-my-org-issues
( org -- json )
"/orgs/%s/issues"
sprintf
github-get-json
;