Handbook
Glossary
<bitly-url> ( path -- url )
Vocabulary
bitly
.
private
Inputs
path
an
object
Outputs
url
an
object
Definition
USING:
bitly
namespaces
sequences
urls
;
IN:
bitly.private
:
<bitly-url>
( path -- url )
"https://api.bitly.com/v3/"
prepend
>url
bitly-api-user
get
"login"
set-query-param
bitly-api-key
get
"apiKey"
set-query-param
"json"
"format"
set-query-param
;