Handbook
Glossary
create-fork ( json owner repo -- res )
Vocabulary
github
Inputs
json
an
object
owner
an
object
repo
an
object
Outputs
res
an
object
Definition
USING:
formatting
json
kernel
;
IN:
github
:
create-fork
( json owner repo -- res )
[
>json
]
2dip
"/repos/%s/%s/forks"
sprintf
github-post
;