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