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: