Function scl_core::http::no_retry::get_data

source ·
pub async fn get_data<D: DeserializeOwned>(
    uri: &str
) -> Result<RequestResult<D>>
Expand description

获取 JSON 对象

返回的数据结构需要实现 serde::de::DeserializeOwned