Handbook
Glossary
get-open-pull-requests ( owner repo -- seq )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
seq
an
object
Definition
USING:
formatting
;
IN:
github
:
get-open-pull-requests
( owner repo -- seq )
"/repos/%s/%s/pulls?state=open"
sprintf
github-get-json
;