Handbook
Glossary
list-repository-tags ( owner repo -- seq )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
seq
an
object
Definition
USING:
formatting
;
IN:
github
:
list-repository-tags
( owner repo -- seq )
"/repos/%s/%s/tags"
sprintf
map-github-pages-100-json
;