Module endpoint_prelude

Source
Expand description

Endpoint prelude

This module re-exports all of the types needed for endpoints to implement the Endpoint trait.

Re-exports§

pub use crate::api::BodyError;
pub use crate::api::Client;
pub use crate::api::Endpoint;
pub use crate::api::FormParams;
pub use crate::api::JsonParams;
pub use crate::api::Pageable;
pub use crate::api::QueryParams;
pub use crate::api::UrlBase;

Structs§

Method
The Request Method (VERB)

Enums§

Cow
A clone-on-write smart pointer.