notion-sdk-net
notion-sdk-net copied to clipboard
A Notion SDK for .Net
I was trying to work ahead to support v4.0.0 and RetrievePagePropertyItem and noticed it was already in v3.1.0 but got this error when trying to retrieve a number property on...
Notion has launched a brand new set of APIs for interacting with Notion comments. This includes the ability to: - Read comments from a page or block. - Add a...
Notion has released Notion-Version 2022-06-28 with the following backwards incompatible changes: - [x] #298 - [x] #258 - [x] #259 - [x] #260 **Notion changelog:** https://developers.notion.com/changelog/releasing-notion-version-2022-06-28
At this moment, all API's return the parsed result. In some cases, user of the library wants to get information related to response headers for multiple reasons. One of the...
Currently, we are reusing the get models when calling the append API's. To avoid generating errors and adding hacks to support both types of API using same models. It is...
I have noticed there are few typos which needs to be fixed. - [x] IColumnChildrenBlock.cs - [x] HeadingThreeeBlock.cs - [x] RelationUpdatePropertySchema.cs - [x] RelationPropertySchema.cs - [x] HeadingThreeeUpdateBlock.cs
We currently using the dotnet format but that doesn't solve a lot of styling issues. We want to add JetBrains Cleanup code which can help use show and auto fix...
After adding the JetBrains Cleanup Code we would like that to be a validation step in CI pipeline to make sure every contributor fixes the code offenses before the PR...