simple_fetch

Function simple_fetch 

Source
pub async fn simple_fetch<T: Serialize + DeserializeOwned>(
    resource: &str,
    options: FetchOptions<DfnsBaseApiOptions>,
) -> Result<T, DfnsError>