Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

5.0.0

Latest
Compare
Choose a tag to compare
@ceee ceee released this 05 Apr 12:52

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 of List<T> in their signature now
  • RenameTag does not accept an itemId anymore, as the tag will be renamed in all affected items
  • Remove property Json from PocketItem

Other changes

  • GetUser returns more data including a picture url and a bio
  • New GetSuggestions method which returns suggestions for a specified article
  • GetTrendingArticles and GetTrendingTopics 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