Skip to main content

Module api

Module api 

Source
Expand description

Cloudflare DNS Manager - Library interface.

This library provides programmatic access to the application’s core modules, primarily used for integration testing.

Re-exports§

pub use cache::DnsCache;
pub use client::CloudflareClient;
pub use error::CloudflareError;
pub use error::CloudflareResult;
pub use models::DnsRecord;

Modules§

cache
Cloudflare API module.
client
error
models