get-issue ( owner repo n -- json )


Vocabulary
github

Inputs
owneran object
repoan object
nan object


Outputs
jsonan object


Definition


: get-issue ( owner repo n -- json )
"/repos/%s/%s/issues/%d" sprintf github-get-json ;