From 208b15746532fcb807d9b3dd4f1af95345f22356 Mon Sep 17 00:00:00 2001 From: ceee Date: Sat, 21 Sep 2013 21:11:52 +0200 Subject: [PATCH] update website --- PocketSharp.Website/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PocketSharp.Website/index.html b/PocketSharp.Website/index.html index be98d9c..9b840f8 100644 --- a/PocketSharp.Website/index.html +++ b/PocketSharp.Website/index.html @@ -34,7 +34,7 @@ PocketSharp is a C#.NET class library, that integrates the Pocket API v3

Current version: 1.4.0
- (@ nuget) + @ nuget

Install-Package PocketSharp @@ -222,7 +222,6 @@ Note that GetAccessCode can only be called with an existing req

Get all tags:

List<PocketTag> items = await _client.GetTags();

Get a filtered list:

-

Get a filtered list:

List<PocketItem> items = await _client.Get(RetrieveFilter.Favorite);
 // returns favorites only

The RetrieveFilter Enum is specified as follows: