https://github.com/publicarray/bunnycdn
Thin wrapper around BunnyCDN web API
https://github.com/publicarray/bunnycdn
bunnycdn
Last synced: 4 months ago
JSON representation
Thin wrapper around BunnyCDN web API
- Host: GitHub
- URL: https://github.com/publicarray/bunnycdn
- Owner: publicarray
- Created: 2020-04-11T23:09:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T02:31:16.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T21:17:10.604Z (12 months ago)
- Topics: bunnycdn
- Language: Rust
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BunnyCDN lib 🐰
Thin Rust library around BunnyCDN's web API's 🐇
* [ ] [BunnyCDN](https://docs.bunny.net/reference/bunnynet-api-overview)
* [x] [BunnyCDN Storage API](https://docs.bunny.net/reference/storagezonepublic_index)
* [ ] [Logfiles](https://support.bunnycdn.com/hc/en-us/articles/360018952591-How-do-I-download-my-logs-via-the-API-)
Note: storage API is the only one implemented so far, others coming soon!
## Terminal CLI
[bunnycli](https://github.com/publicarray/bunnycli)
## Requirements
1. Have a BunnyCDN account
2. An API Key. You can find this in our Dashboard in the My Account section.
3. A Storage API key, You can find this in our Storage Zone, the FTP password is the API Key.
## Usage in Cargo.toml
```toml
[dependencies]
bunnycdn = "0.1"
```
Other unofficial PHP lib is here: https://github.com/cp6/BunnyCDN-API