pub struct Client { /* private fields */ }
Expand description

Client for SecurityTrails API

Implementations

Construct new Client instance with API key

Set API key

Set base URL for API endpoints

Default: https://api.securitytrails.com/v1/

Get API key

Get base URL for API endpoints

Test your authentication and access to the SecurityTrails API

Returns Usage statistics of the API for the current month

Returns the current data about the given hostname(domain)

Returns child and sibling subdomains for a given hostname(domain)

Returns tags for a given hostname(domain)

Returns the current WHOIS data about a given hostname(domain)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.