Endpoints

Perform currency conversion

async fn convert_currency<C: ToString>(&self, value: f64, from: C, to: C) -> HttpResult<CurrencyConversionResponse, KumoError>

Get data from a given IP

async fn geoip(&self, ip: impl ToString) -> HttpResult<GeoIPResponse, KumoError>

Last updated