module Bitly::REST

Direct including types

Defined in:

bitly/rest.cr

Constant Summary

HEADERS = HTTP::Headers {"Content-Type" => "application/json"}

Instance Method Summary

Instance Method Detail

def request(method : String, url : String, data : String = nil) #

[View source]