class Crobat::CrobatSDK

Defined in:

crobat_sdk.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_url : String) #

[View source]

Instance Method Detail

def retrieve_all(search_query : String, page : Int = 0) : Array(SonarAllResult) #

[View source]
def retrieve_reverse(search_query : String, page : Int = 0) : Array(String) #

[View source]
def retrieve_reverse_range(search_query : String, page : Int = 0) : Hash(String, Array(String)) #

[View source]
def retrieve_subdomains(domain : String, page : Int = 0) : Array(String) #

[View source]
def retrieve_tlds(search_query : String, page : Int = 0) : Array(String) #

[View source]