Crate api_client_framework

Source
Expand description

Adapted from https://github.com/cloudflare/cloudflare-rs

Re-exports§

pub use reqwest;
pub use reqwest_middleware;
pub use url;

Structs§

HttpApiClient
HttpApiClientConfig

Enums§

Error

Traits§

Endpoint
Represents a specification for an API call that can be built into an HTTP request and sent. New endpoints should implement this trait.

Functions§

serialize_query
A utility function for serializing parameters into a URL query string.