create-fork ( json owner repo -- res )


Vocabulary
github

Inputs
jsonan object
owneran object
repoan object


Outputs
resan object


Definition


: create-fork ( json owner repo -- res )
[ >json ] 2dip "/repos/%s/%s/forks" sprintf github-post ;