From 761d670c65a6257a399b2c92b9c2726e5d57d136 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Tue, 17 Jun 2014 11:11:41 +0200 Subject: [PATCH] update docs and changelog --- CHANGELOG.md | 9 +++++++++ PocketSharp/Components/Get.cs | 2 +- README.md | 5 ++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b44b4..ab5c48f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 4.1.1 (2014-06-17) + +- Fix batch adding bug + + +### 4.1.0 (2014-06-16) + +- Include access to the Article View API + ### 4.0.0 (2014-04-03) - Support for Universal apps (dropped SL and WP7 support) diff --git a/PocketSharp/Components/Get.cs b/PocketSharp/Components/Get.cs index 6f1538f..ec497f0 100644 --- a/PocketSharp/Components/Get.cs +++ b/PocketSharp/Components/Get.cs @@ -204,7 +204,7 @@ namespace PocketSharp /// You have to pass the parseUri in the PocketClient ctor for this method to work. /// This is a private API and can only be used by authenticated users. /// - /// The article URI. + /// The article URI. /// Include images into content or use placeholder. /// Include videos into content or use placeholder. /// Force refresh of the content (don't use cache). diff --git a/README.md b/README.md index 18c0951..1e7b076 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ See [wiki](https://github.com/ceee/PocketSharp/wiki) ## Where's the Article View API? -PocketSharp doesn't include PocketSharp.Reader (an article view implementation) anymore. - -**PocketSharp.Reader is now [ReadSharp](https://github.com/ceee/ReadSharp) and hosted without PocketSharp.** +You can either use the open source [ReadSharp](https://github.com/ceee/ReadSharp) parser or if you want to use the official API by Pocket, you have to request access to it.
+Afterwards you can use the access information to query the endpoint with PocketSharp. Instructions [here](https://github.com/ceee/PocketSharp/wiki/Article-parser). ---