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