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