cloudflare 0.14.0

Rust library for the Cloudflare v4 API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*!
Implementations of the Endpoint trait for individual Cloudflare API endpoints, e.g. DNS or Workers.
If you want to add a new Cloudflare API to this crate, simply add a new submodule of this `endpoints`
module.
 */
pub mod account;
pub mod ai;
pub mod argo_tunnel;
pub mod cfd_tunnel;
pub mod dns;
pub mod load_balancing;
pub mod r2;
pub mod workers;
pub mod workerskv;
pub mod zones;