You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,22 @@ A Python client for the [GDAX API](https://docs.gdax.com/) (formerly known as th
11
11
- Do not worry about handling the nuances of the API with easy-to-use methods for every API endpoint.
12
12
- Have an advantage in the market by getting under the hood of GDAX to learn what and who is *really* behind every tick.
13
13
14
+
14
15
## Under Development
15
-
- Bug Fixing **please report**
16
+
- Test Scripts **looking for help**
17
+
- Additional Functionality for *AuthenticatedClient.py* (including support for all order types)
16
18
- FIX API Client **researching**
17
19
20
+
## Change Log
21
+
*0.1.2*
22
+
- Updated JSON handling for increased compatibility among some users
23
+
- Added support for payment methods, reports, and coinbase user accounts
24
+
- Other compatibility updates
25
+
*0.1.1b2 **Current PyPI release***
26
+
- Original PyPI Release
27
+
18
28
## Getting Started
19
-
This README is only to inform you on the intricacies of the python wrapper presented in this repository. In order to use it to its full potential, you must familiarize yourself with the official documentation.
29
+
This README is only to inform you on the intricacies of the python wrapper presented in this repository. **In order to use this wrapper to its full potential, you must familiarize yourself with the official documentation.**
0 commit comments