Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HumanHTTPError ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ClientOptions) (*Client, error)
type ClientOptions ¶
type HTTPError ¶
func AsHTTPError ¶
type QueryBlock ¶
type Request ¶
type Request struct {
APIKey string `json:"apiKey"`
Domains *QueryBlock `json:"domains,omitempty"`
Subdomains *QueryBlock `json:"subdomains,omitempty"`
}
func BuildRequest ¶
func BuildRequest(in RequestInput) Request
type RequestInput ¶
Click to show internal directories.
Click to hide internal directories.