EasyPost.Webhook (ex_easypost v3.0.4)

Link to this section Summary

Functions

Create a Webhook.

Delete a Webhook.

Retrieve a Webhook.

Retrieve a list of Webhook's.

Update a Webhook.

Link to this section Functions

@spec create(map()) :: EasyPost.Operation.t()

Create a Webhook.

@spec delete(String.t()) :: EasyPost.Operation.t()

Delete a Webhook.

@spec get(String.t()) :: EasyPost.Operation.t()

Retrieve a Webhook.

@spec list() :: EasyPost.Operation.t()

Retrieve a list of Webhook's.

Link to this function

update(id, params)

@spec update(String.t(), map()) :: EasyPost.Operation.t()

Update a Webhook.