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

A Notion SDK for .Net

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

## Description Currently, if a property or block newly added to Notion is included in the response, a serializer exception is raised and the The client will stop working. Example:...

enhancement

## Description WIP Fixes #486 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New...

Will there be support for the latest Notion API 2025-09-03 with the support for multiple data sources? [Notion API Upgrade Page](https://developers.notion.com/docs/upgrade-guide-2025-09-03) At the moment the Github Page shows support for...

**Describe the bug** In Code Snippet the object **queryResults** has no ** Properties** property so is not compiling and providing the right function. changing the class back to Page (instead...

question

I changed the serialization of the SyncFrom property from Javascript's undefined to null as required by the API. Without it new synchronized blocks cannot be created. ## Description The `NullValueHandling...

**Describe the bug** The current implementation of the RestClient has a coupled HttpClient instantiation in line 186. To be fair in the ServiceCollectionExtension the whole notionclient is a singleton which...

**Is your feature request related to a problem? Please describe.** We do releases based on the milestones, that works fine, but in many cases there are few bug fixes, improvements...

CI
tech-debt
chore