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