pub type ApiRequestErased = ApiRequest<JsonValue>;Aliased Type§
pub struct ApiRequestErased {
pub auth: Option<ApiAuth>,
pub params: Value,
}Fields§
§auth: Option<ApiAuth>Hashed user password if the API requires authentication
params: ValueParameters required by the API