This repository has been archived by the owner on Jan 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize PublicClient with AuthenticatedClient (#178)
* Deprecate productID argument in PublicClient constructor PublicClient should no longer keep state about a particular product ID. * Require productID as first argument to getProductOrderBook() - Deprecate old usage of a default productID per PublicClient - Remove redundant AuthenticatedClient#getProductOrderBook() override Closes #46 - Simplify OrderbookSync#loadOrderbook() * Require productID as first argument to getProductTicker() - Deprecate old usage of a default productID per PublicClient * Require productID as first argument to getProductTrades() - Deprecate old usage of a default productID per PublicClient * Require productID as first argument to getProductTradeStream() - Deprecate old usage of a default productID per PublicClient * Require productID as first argument to getProductHistoricRates() - Deprecate old usage of a default productID per PublicClient * Require productID as first argument to getProduct24HrStats() - Deprecate old usage of a default productID per PublicClient * Consolidate deprecation & argument normalization logic in PublicClient
- Loading branch information
Showing
7 changed files
with
396 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.