Function workflow_http::get_json

source ·
pub async fn get_json<T: DeserializeOwned + 'static>(
    url: impl Into<String>
) -> Result<T>