{"id":16964350,"url":"https://github.com/ceee/pocketsharp","last_synced_at":"2026-02-06T17:30:21.278Z","repository":{"id":8931500,"uuid":"10662498","full_name":"ceee/PocketSharp","owner":"ceee","description":":kissing_cat: .NET Standard lib for the Pocket API","archived":false,"fork":false,"pushed_at":"2023-10-23T12:43:42.000Z","size":12342,"stargazers_count":108,"open_issues_count":1,"forks_count":13,"subscribers_count":13,"default_branch":"master","last_synced_at":"2023-11-07T15:58:07.990Z","etag":null,"topics":["pocket","pocket-api","uwp"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/PocketSharp/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ceee.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-13T09:02:09.000Z","updated_at":"2023-08-04T11:08:09.000Z","dependencies_parsed_at":"2023-01-11T17:30:39.085Z","dependency_job_id":null,"html_url":"https://github.com/ceee/PocketSharp","commit_stats":null,"previous_names":[],"tags_count":24,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceee%2FPocketSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceee%2FPocketSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceee%2FPocketSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceee%2FPocketSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceee","download_url":"https://codeload.github.com/ceee/PocketSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219850487,"owners_count":16556317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pocket","pocket-api","uwp"],"created_at":"2024-10-13T23:27:57.088Z","updated_at":"2026-02-06T17:30:21.240Z","avatar_url":"https://github.com/ceee.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PocketSharp](https://raw.github.com/ceee/PocketSharp/master/Assets/github-header.png)\n\n**PocketSharp** is a .NET Standard library that integrates the [Pocket API v3](http://getpocket.com/developer).\n\n## Install PocketSharp using [NuGet](https://www.nuget.org/packages/PocketSharp/)\n\n```\nInstall-Package PocketSharp\n```\n\n\n## Documentation\n\nSee [wiki](https://github.com/ceee/PocketSharp/wiki)\n\n## Where's the Article View API?\n\nYou 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.\u003cbr\u003e\nAfterwards you can use the access information to query the endpoint with PocketSharp. Instructions [here](https://github.com/ceee/PocketSharp/wiki/Article-parser).\n\n\n---\n\n## Usage Example:\n\nA search for items containing `CSS`:\n\n```csharp\nPocketClient client = new PocketClient(\"[YOUR_CONSUMER_KEY]\", \"[YOUR_ACCESS_CODE]\");\n\nList\u003cPocketItem\u003e items = await client.Search(\"css\");\n\nitems.ForEach(\n  item =\u003e Debug.WriteLine(item.ID + \" | \" + item.Title)\n);\n```\n\nWhich will output:\n\n    330361896 | CSS Front-end Frameworks with comparison : By usabli.ca\n    345541438 | Editr - HTML, CSS, JavaScript playground\n    251743431 | CSS Architecture\n    343693149 | CSS3 Transitions - Thank God We Have A Specification!\n  ...\n\n---\n\n## Dependencies\n\n- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/)\n\n## Contributors\n\n| [![ceee](http://gravatar.com/avatar/9c61b1f4307425f12f05d3adb930ba66?s=70)](https://github.com/ceee \"Tobias Klika\") | [![ScottIsAFool](http://gravatar.com/avatar/6df656872a87b09a7470feb4867ed927?s=70)](https://github.com/ScottIsAFool \"Scott Lovegrove\") |\n|---|---|\n| [ceee](https://github.com/ceee) | [ScottIsAFool](https://github.com/ScottIsAFool) |\n\n## License\n\n[MIT License](https://github.com/ceee/PocketSharp/blob/master/LICENSE-MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceee%2Fpocketsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceee%2Fpocketsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceee%2Fpocketsharp/lists"}