pub type ApiRequestErased = ApiRequest<JsonValue>;Aliased Type§
pub struct ApiRequestErased {
pub auth: Option<ApiAuth>,
pub params: Value,
}Fields§
§auth: Option<ApiAuth>Authentication secret for this API request, if required
params: ValueParameters required by the API