create-issue ( json owner repo -- json )


Vocabulary
github

Inputs
jsonan object
owneran object
repoan object


Outputs
jsonan object


Definition


: create-issue ( json owner repo -- json )
"/repos/%s/%s/issues" sprintf github-post ;