pub async fn process_with_json_response<T>(
request: RequestBuilder,
) -> Result<T, ApiError>where
T: DeserializeOwned,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>(
request: RequestBuilder,
) -> Result<T, ApiError>where
T: DeserializeOwned,Sends and processes a request expecting a JSON response, deserializing it into the type T.