class Hunter::Api::Domain

Defined in:

hunter/api/domain.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 search(domain = nil, company = nil, limit = nil, offset = nil, type = nil, seniority = nil, department = nil) #

[View source]