Provides access to the Bunny CDN API asynchronously using tokio.
Adds get_country_list(), list_api_keys(), region_list() and purge_url() from the API. These names are probably gonna change to be more streamlined, they are currently derived from the API reference page titles. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
bunny-api-tokio
A Rust library providing asynchronous access to the Bunny CDN API using Tokio.
Issues/PRs
Issues and PRs can be submitted on the GitHub mirror
Features
- Async-first: Built with Tokio for non-blocking API calls.
- Edge Storage API: Supports Bunny's edge storage operations.
- Lightweight: Pure Rust implementation with minimal dependencies.
Usage
Add to your Cargo.toml
:
[dependencies]
bunny-api-tokio = "0.2.0"