Handbook
Glossary
get-pull-requests ( owner repo -- seq )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
seq
an
object
Definition
USING:
formatting
;
IN:
github
:
get-pull-requests
( owner repo -- seq )
"/repos/%s/%s/pulls"
sprintf
map-github-pages-100
;