From cc4affd676435f58fb3a58700270c9adf098603b Mon Sep 17 00:00:00 2001 From: Alexander Leishman Date: Wed, 26 Feb 2014 09:36:55 -0800 Subject: [PATCH] Added wishlist of future updates --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 610de25..b7f5276 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ PLEASE submit an issue or pull request if you notice any bugs, security holes, o This gem is a wrapper for the [Kraken Digital Asset Trading Platform](https://www.kraken.com) API. Official documentation from Kraken can be found [here](https://www.kraken.com/help/api). -The current version (0.2.0) can only be used to query public and private market data. Private data queries require use of your account API keys. +The current version (0.2.0) can be used to query public and private market data. Private data queries require use of your account API keys. -Below are the instructions for installing and using the gem. +### Pending Future Updates + +- Solid trade execution functionality +- More comprehensive test suite for methods requiring authentication (using VCR perhaps) +- More comprehensive documentation ## Installation