Handbook
Glossary
list-commits-pull-request ( owner repo n -- res )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
n
an
object
Outputs
res
an
object
Definition
USING:
formatting
;
IN:
github
:
list-commits-pull-request
( owner repo n -- res )
"/repos/%s/%s/pulls/%d/commits"
sprintf
map-github-pages-100
;