Commit graph

14 commits

Author SHA1 Message Date
c57ca25d78 fix: make error output more useful 2025-06-25 14:16:07 +02:00
57e76753f5 style: cargo fmt 2025-06-25 14:09:18 +02:00
ce50afa635 docs: update docs to reflect current code 2025-06-25 14:08:15 +02:00
914db27a98 feat: use features to split up api into its respective parts
Edge Storage now has its own client EdgeStorageClient
Bunny.net has its own client BunnyClient
2025-06-25 13:58:37 +02:00
53e5238485 fix: use correct syntax in doctests 2025-05-24 03:34:07 +02:00
a9e05c3156 feat: add endpoints from bunny.net API
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.
2025-05-24 03:05:55 +02:00
e55dd32305 fix: Use own API Key on edge_storage 2025-05-24 03:05:55 +02:00
0c6c5174b5 feat: add useful derives to structs/enums 2025-05-20 13:18:29 +02:00
19fd48fa5f docs: add proper module documentation to edge_storage.rs 2025-05-20 02:05:09 +02:00
be326f52ca style: format code
formats code according to `cargo fmt` standards
2025-05-20 02:02:12 +02:00
f3f3478ae0 fix: remove unneeded string conversions 2025-05-20 02:01:49 +02:00
99bb02f10c docs: fix up docs related to getting started, etc. 2025-05-20 01:50:22 +02:00
6ec0318407 feat: implement edge storage api 2025-05-20 01:39:31 +02:00
83dbf6d257 initial commit 2025-05-19 21:27:47 +02:00