class Kutt::Client

Defined in:

kutt/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_key : String, version : Int = 2) #

[View source]

Instance Method Detail

def add_domain(address : String, homepage : String) #

[View source]
def delete_domain(id) #

[View source]
def delete_link(id) #

[View source]
def health #

[View source]
def info #

[View source]
def link_stats(id) #

[View source]
def links(limit = 10, skip = 0, all = false) #

[View source]
def shorten(url : String, password : String | Nil = nil, custom_url : String | Nil = nil, reuse : Bool = false, domain : String | Nil = nil) #

[View source]