PocketSharp Versions Save

:kissing_cat: .NET Standard lib for the Pocket API

5.0.0

5 years ago

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