get-branch ( owner repo branch -- json )


Vocabulary
github

Inputs
owneran object
repoan object
branchan object


Outputs
jsonan object


Definition


: get-branch ( owner repo branch -- json )
"/repos/%s/%s/branches/%s" sprintf github-get-json ;