freecurrencyapi 0.1.0
freecurrencyapi: ^0.1.0 copied to clipboard
Dart client for freecurrencyapi.com. Endpoints: status, latest. See https://freecurrencyapi.com/docs
freecurrencyapi (Dart) #
- Website: https://freecurrencyapi.com
- Docs: https://freecurrencyapi.com/docs
Install #
dependencies:
freecurrencyapi: ^0.1.0
Examples #
final f = FreecurrencyapiClient('KEY');
await f.status();
await f.latest({'base_currency':'USD','currencies':'EUR,GBP'});