currency_cloud 0.2.0 currency_cloud: ^0.2.0 copied to clipboard
A dart library for the Currency Cloud service. It operates as a wrapper for the Currency Cloud REST API.
Changelog #
0.2.0 #
- add missing pub dependency
PaymentsApi.create()
now usesPaymentType
instead of a String- API calls with currencies as arguments use
Currency
from money now instead of String
0.1.0 #
- add grinder for formatting and testing
- add ci for gitlab
- remove defunct authentication test
- remove integration tests
- remove debug output
- update gitignore
0.0.8 #
- switch to new api url
0.0.7 #
- add balance api (retrieve)
0.0.1 #
- Initial version, created by Stagehand