From 90199ebe1fc166dea29acf955643d41693cdfa50 Mon Sep 17 00:00:00 2001 From: ceee Date: Sun, 22 Sep 2013 18:26:12 +0200 Subject: [PATCH] add Whats Next section to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 10c8558..5501bba 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ All public methods, which communicate with the Pocket servers are asynchronous. _In PocketSharp versions < 1.0.0 all methods lacked async support and were blocking._ +## What's next? + +In the next version I will implement the **Article View API**, but not the official by Pocket, because it is not available for everyone and doesn't satisfy my needs. + +Maybe I will try to add behavior to PocketItems as a next step, for example: `myPocketItem.Archive();` + ## Usage Example Request a [Consumer Key on Pocket.](http://getpocket.com/developer/apps/)