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