notion-sdk-net icon indicating copy to clipboard operation
notion-sdk-net copied to clipboard

A Notion SDK for .Net

Results 31 notion-sdk-net issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

documentation
enhancement

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

documentation
enhancement

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...

enhancement
hacktoberfest
tech-debt

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...

enhancement
up for grabs

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

good first issue
hacktoberfest

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...

hacktoberfest

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...

enhancement
CI
hacktoberfest