class

Crobat::CrobatSDK

Inherits Reference / Object

Constructors

new(api_url : String)
Source

Instance methods

retrieve_all(search_query : String, page : Int = 0) : Array(SonarAllResult)
Source
retrieve_reverse(search_query : String, page : Int = 0) : Array(String)
Source
retrieve_reverse_range(search_query : String, page : Int = 0) : Hash(String, Array(String))
Source
retrieve_subdomains(domain : String, page : Int = 0) : Array(String)
Source
retrieve_tlds(search_query : String, page : Int = 0) : Array(String)
Source

Nested types