class Bitly::Client

Included Modules

Defined in:

bitly.cr

Constant Summary

BASE_API = "https://api-ssl.bitly.com/"

Constructors

Instance Method Summary

Instance methods inherited from module Bitly::REST

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

Constructor Detail

def self.new(access_token : String) #

[View source]

Instance Method Detail

def expand(short : String) #

[View source]
def shorten(long : String) #

[View source]