Struct dnsimple::dnsimple::webhooks::Webhooks[][src]

pub struct Webhooks<'a> {
    pub client: &'a Client,
}
Expand description

The Webhooks Service handles the webhooks of the DNSimple API.

See API Documentation: webhooks

Fields

client: &'a Client

Implementations

List webhooks in the account.

Arguments

account_id: The account id

Create a webhook in the account

Arguments

account_id: The account id url: The webhook url

Retrieve a webhook

Arguments

account_id: The account id webhook: The webhook id

Deletes a webhook

Arguments

account_id: The account id webhook: The webhook id

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

Performs the conversion.

Performs the conversion.

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.