Expand description

API Client and CLI for https://bunny.net.

This documentation covers how to use the library as an API client.

CLI Installation

cargo install bunny

Modules

Bindings to the Edge Storage API.
Bindings to the Purge URL API.
Types and API functions related to the Support APIs.
Types and API functions related to users.

Structs

API Client initialized with an API access key.
An error returned by an API call.
The server returned an error response code (4xx or 5xx).

Enums

Errors that may occur when creating a new Client.

Constants

The base URL for most of the Bunny.net API

Type Definitions

The result type returned by API calls.
Type alias for Infallible that better indicates that errors can still happen, but not [ErrorKind::Other].