[−][src]Function osauth::request::fetch_json
pub async fn fetch_json<T>(builder: RequestBuilder) -> Result<T, Error> where
T: DeserializeOwned + Send,
Send the response and convert the response to a JSON.
pub async fn fetch_json<T>(builder: RequestBuilder) -> Result<T, Error> where
T: DeserializeOwned + Send,
Send the response and convert the response to a JSON.