api_binding 0.1.2

A library to create API binding libraries, inspired by the Gitlab bindings
Documentation
1
2
3
4
5
6
7
8
9
10
pub use std::borrow::Cow;

pub use http::Method;

pub use crate::AsyncClient;
pub use crate::BodyError;
pub use crate::Client;
pub use crate::Endpoint;
pub use crate::ParamValue;
pub use crate::QueryParams;