Skip to content

Releases: BusHero/Notion-Sharp

Release 0.4.0

11 Nov 17:10
Compare
Choose a tag to compare
  • Added support for link preview block
  • Added support for link preview mention

Release v0.3.0

08 Nov 16:13
a74836c
Compare
Choose a tag to compare
  • Added support for column_list and column blocks
  • Added support for Retrieve a page property item endpoint

Release v0.2.3

27 Oct 15:11
26bd804
Compare
Choose a tag to compare
  • Added support for Embed without Caption
  • Added support for Callout with icon

Release 0.2.2

26 Oct 15:47
Compare
Choose a tag to compare
  • Added support for uploading all types of rich texts
  • Added support for uploading all types of blocks

Release 0.2.1

24 Oct 09:56
Compare
Choose a tag to compare

Some small adjustments here and there

Release 0.2.0

17 Oct 16:03
Compare
Choose a tag to compare
  • Endpoints return strongly typed results instead of string
  • Endpoints take strongly typed arguments instead of object
  • Added XML docs to public methods

Initial release

09 Oct 11:16
Compare
Choose a tag to compare

This is the initial release of the Notion.SDK for .Net

Features:

  • All the available endpoints were implemented as of 09.10.2021
  • Endpoints return raw strings
  • Endpoints accept raw objects as parameter
  • User can specify the bearer token and the version of the notion API when creating a client