get-branches ( owner repo -- json )


Vocabulary
github

Inputs
owneran object
repoan object


Outputs
jsonan object


Definition


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