[][src]Function dropshot::test_util::object_get

pub async fn object_get<T: DeserializeOwned, '_, '_>(
    client: &'_ ClientTestContext,
    object_url: &'_ str
) -> T

Fetches a single resource from the API.