This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Releases: ceee/PocketSharp
Releases · ceee/PocketSharp
5.0.0
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 RenameTag
does not accept anitemId
anymore, as the tag will be renamed in all affected items- Remove property
Json
fromPocketItem
Other changes
GetUser
returns more data including a picture url and a bio- New
GetSuggestions
method which returns suggestions for a specified article GetTrendingArticles
andGetTrendingTopics
return currently trending articles and topics on topic- New method
DeleteTag
which removes a tag from all saved items - New
AfterRequest
action which allows you to get the raw response and modify it