Handbook
Glossary
?github-api ( str -- str' )
Vocabulary
github
Inputs
str
an
object
Outputs
str'
an
object
Definition
USING:
kernel
sequences
;
IN:
github
:
?github-api
( str -- str' )
dup
"https://api.github.com"
head?
[
"https://api.github.com"
prepend
]
unless
;