class Hunter::Api::LeadsLists

Defined in:

hunter/api/leads_lists.cr

Instance Method Summary

Instance methods inherited from class Hunter::Api

handle_response(response : HTTP::Client::Response) : JSON::Any handle_response

Constructor methods inherited from class Hunter::Api

new(http_client : HTTP::Client, api_key : String) new

Class methods inherited from class Hunter::Api

handle_status(response : HTTP::Client::Response) : JSON::Any? handle_status

Instance Method Detail

def all(limit = nil, offset = nil) #

[View source]
def create(name = nil, team_id = nil) #

[View source]
def delete(id = nil) #

[View source]
def get(id = nil) #

[View source]
def update(id = nil, name = nil, team_id = nil) #

[View source]