Handbook
Glossary
set-repository-topics ( assoc owner repo -- json )
Vocabulary
github
Inputs
assoc
an
object
owner
an
object
repo
an
object
Outputs
json
an
object
Definition
USING:
formatting
json
kernel
;
IN:
github
:
set-repository-topics
( assoc owner repo -- json )
[
>json
]
2dip
"/repos/%s/%s/topics"
sprintf
github-put
;