open_exchange_rates 2.0.0
open_exchange_rates: ^2.0.0 copied to clipboard
A library for Open Exchange Rates API to make it easy to use and get data from the API right away.
2.0.0 #
- Refactor code
- Currently, only support the following APIs:
- get latest
- get historical
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