This is a very simple class to interoperate with Pocket (http://getpocket.com) through Rest API and OAuth2 authentication for .Net Core.
Info
Version: | 0.1.0 |
Author(s): | R. Messié |
Last Update: | Monday, November 27, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RaynaldM/Pocket.SimpleAPI/ |
NuGet Url: | https://www.nuget.org/packages/GetPocket.SimpleAPI.Core |
Install
Install-Package GetPocket.SimpleAPI.Core
dotnet add package GetPocket.SimpleAPI.Core
paket add GetPocket.SimpleAPI.Core
GetPocket.SimpleAPI.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- RestSharp.NetCore(>= 105.2.3)
- Newtonsoft.Json(>= 10.0.3)