This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This is the first release for PocketSharp as a .NET Standard 2.0 library.
Breaking changes
- All public methods which return an enumerable use
IEnumerable<T>instead ofList<T>in their signature now RenameTagdoes not accept anitemIdanymore, as the tag will be renamed in all affected items- Remove property
JsonfromPocketItem
Other changes
GetUserreturns more data including a picture url and a bio- New
GetSuggestionsmethod which returns suggestions for a specified article GetTrendingArticlesandGetTrendingTopicsreturn currently trending articles and topics on topic- New method
DeleteTagwhich removes a tag from all saved items - New
AfterRequestaction which allows you to get the raw response and modify it