get-open-pull-requests ( owner repo -- seq )


Vocabulary
github

Inputs
owneran object
repoan object


Outputs
seqan object


Definition


: get-open-pull-requests ( owner repo -- seq )
"/repos/%s/%s/pulls?state=open" sprintf github-get-json ;