open_exchange_rates 1.0.0 copy "open_exchange_rates: ^1.0.0" to clipboard
open_exchange_rates: ^1.0.0 copied to clipboard

outdated

A dartlang wrapping for openexchangerates api requests. Make api easy to use.

1.0.0 #

  • Add error handling
  • First release

0.1.0 #

  • Refactor code structure
  • All api will return json object(Map) instead of class
  • All api provided from openchangerates are implemented.
  • Update example code

0.0.5 #

  • fix uri query parameters error

0.0.4 #

  • add null item to stop stream

0.0.3 #

  • Cleanup unused package
  • Refactor some parts of code
  • Update example
  • Add TODO list

0.0.2 #

Supported API Endpoints

  • /latest.json
  • /currencies.json
  • /historical/${date}.json

Update API usage example.

0.0.1 #

Supported API Endpoints

  • /latest.json
  • /currencies.json
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A dartlang wrapping for openexchangerates api requests. Make api easy to use.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http, uri

More

Packages that depend on open_exchange_rates