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