![PocketSharp](https://raw.github.com/ceee/PocketSharp/master/PocketSharp.Website/Assets/Images/github-header.png) **PocketSharp** is a C#.NET class library, that integrates the [Pocket API v3](http://getpocket.com/developer). **Website:** [pocketsharp.frontendplay.com](http://pocketsharp.frontendplay.com/)
**NuGet:** [nuget.org/packages/PocketSharp](https://www.nuget.org/packages/PocketSharp/) ## Install using NuGet ``` Install-Package PocketSharp ``` ## Documentation See [wiki](https://github.com/ceee/PocketSharp/wiki) or [website]((http://pocketsharp.frontendplay.com/)). ## Supported platforms PocketSharp is a **Portable Class Library** (since 1.0.0), therefore it's compatible with multiple platforms: - **.NET** >= 4.0.3 (including WPF) - **Silverlight** >= 4 - **Windows Phone** >= 7.5 - **Windows Store** You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Examples` ([@github](https://github.com/ceee/PocketSharp/tree/master/PocketSharp.Examples)) folder. --- ## Dependencies - [Microsoft.Bcl.Async](https://www.nuget.org/packages/Microsoft.Bcl.Async/) - [Microsoft.Net.Http](https://www.nuget.org/packages/Microsoft.Net.Http/) - [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/) ## Contributors | [![twitter/artistandsocial](http://gravatar.com/avatar/9c61b1f4307425f12f05d3adb930ba66?s=70)](http://twitter.com/artistandsocial "Follow @artistandsocial on Twitter") | |---| | [Tobias Klika @ceee](https://github.com/ceee) | ## License [MIT License](https://github.com/ceee/PocketSharp/blob/master/LICENSE-MIT)