Releases: matthewdovey/BittrexTracker
Releases · matthewdovey/BittrexTracker
1.4.2
This release adds Account API support to the framework excluding not read only API methods.
- Support for Account API
API Support:
- getMarkets (public)
- getCurrencies (public)
- getTicker (public)
- getMarketSummaries (public)
- getMarketSummary (public)
- getMarketHistory (public)
- getOrderBook (public)
- getBalances (account)
- getBalance (account)
- getDepositAddress (account)
- getOrderHistories (account)
- getOrderHistory (account)
- getWithdrawalHistories (account)
- getWithdrawalHistory (account)
- getDepositHistories (account)
- getDepositHistory (account)
1.4.0
This version completes support for all Public APIs and improves the code base ready for Market and Account API support.
- Support for all Public API
- Code cleanup
- General improvements
API Support:
- getMarkets (public)
- getCurrencies (public)
- getTicker (public)
- getMarketSummaries (public)
- getMarketSummary (public)
- getMarketHistory (public)
- getOrderBook (public)
1.3.0
This version adds a manager class to provide all API access and the passing of an outcome object with either the data or error encapsulated depending on success or failure of the request.
- Improved result access
- Improved test coverage
- Completion of data models
- Completion of URLs
API Support
- getMarkets (public)
- getCurrencies (public)
- getTicker (public)
- getMarketSummaries (public)
- getMarketSummary (public)
- getMarketHistory (public)
1.2.1
Fix of access modifiers to allow for the Public Collector to be used from the framework.
1.2.0
Release can be pulled with Carthage into project.
1.1.0
feat: completion of market collector and addition of all models and urls Merge pull request #19 from matthewdovey/feat_additional_api
1.0.0
First release of BittrexTracker framework with working request API and request objects containing resulting data.