list-repository-branches-matching ( owner repo ref -- seq )


Vocabulary
github

Inputs
owneran object
repoan object
refan object


Outputs
seqan object


Definition


: list-repository-branches-matching
( owner repo ref -- seq )
"/repos/%s/%s/git/matching-refs/heads/%s" sprintf
github-get-json ;