Skip to main content

http_get_json

Function http_get_json 

Source
pub fn http_get_json<T: DeserializeOwned>(ctx: &Ctx, url: &str) -> Result<T>