Handbook
Glossary
get-branches ( owner repo -- json )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
json
an
object
Definition
USING:
formatting
;
IN:
github
:
get-branches
( owner repo -- json )
"/repos/%s/%s/branches"
sprintf
github-get-json
;