Handbook
Glossary
get-label-names ( owner repo -- seq )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
seq
an
object
Definition
USING:
assocs
sequences
;
IN:
github
:
get-label-names
( owner repo -- seq )
get-labels
[
"name"
of
]
map
;