Trait api_request_utils_rs::RequestInfo
source · pub trait RequestInfo {
const BASE_URL: &'static str;
// Required method
fn client(&self) -> &Client;
}
Expand description
Trait to provide some basic info about API
pub trait RequestInfo {
const BASE_URL: &'static str;
// Required method
fn client(&self) -> &Client;
}
Trait to provide some basic info about API