Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bitly
master
Bitly
Client
Data
Expand
ExpandContainer
REST
Shorten
Built with Crystal 1.9.2
2023-10-07 16:20:09 UTC
module
Bitly::REST
Direct including types
Bitly::Client
Defined in:
bitly/rest.cr
Constant Summary
HEADERS
=
HTTP
::
Headers
{
"Content-Type"
=>
"application/json"
}
Instance Method Summary
#request
(method : String, url : String, data : String =
nil
)
Instance Method Detail
def
request
(method : String, url : String, data : String =
nil
)
#
[
View source
]