Trait api_request_utils_rs::RequestInfo
source · pub trait RequestInfo {
const BASE_URL: &'static str;
const API_KEY_STR: Option<&'static str> = _;
}
Required Associated Constants§
Provided Associated Constants§
sourceconst API_KEY_STR: Option<&'static str> = _
const API_KEY_STR: Option<&'static str> = _
The API key as string used for authentication.