Handbook
Glossary
list-issues-for-repository ( owner repo -- seq )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
seq
an
object
Definition
USING:
formatting
;
IN:
github
:
list-issues-for-repository
( owner repo -- seq )
"/repos/%s/%s/issues"
sprintf
map-github-pages-100
;