pub async fn process_with_json_response<T: DeserializeOwned, E>(
request: RequestBuilder,
) -> Result<T, Error<E>>Expand description
Sends and processes a request expecting a JSON response, deserializing it into the type T.
pub async fn process_with_json_response<T: DeserializeOwned, E>(
request: RequestBuilder,
) -> Result<T, Error<E>>Sends and processes a request expecting a JSON response, deserializing it into the type T.