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

There are few APIs which doesn't suffix `Async`. Considering the convention, we suffix `Async` to all API's returning the Task.

hacktoberfest

Remove LGTM and embrace GitHub code scanning **Ref:** https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/

https://github.com/notion-dotnet/notion-sdk-net/blob/5e0882ba432f01b52d734cf2d09128bf70721240/Src/Notion.Client/NotionAPIErrorCode.cs#L52 G**e**tewayTimeout should be spelled G**a**tewayTimeout

good first issue
chore

**Describe the bug** API was deprecated **To Reproduce** ``` var notionClient = NotionClientFactory.Create(new ClientOptions { AuthToken = "accessToken" } var database = await notionClient.Databases.RetrieveAsync(""); ``` **Expected behavior** Getting information about...

documentation
good first issue
chore

## Description The database relation request parameters are broken. In Notion API version 2022-06-28, database relations would have a type of `single_property` and `dual_property`. The type of `Relation` property of...

**Describe the bug** In Notion API version 2022-06-28, database relations would have a type of `single_property` and `dual_property`. [This commit] updated the changes on [RelationProperty] for models, but [RelationPropertySchema] and...

## Description Just a created simple project documentation (can be additionally added to https://github.com/notion-dotnet/notion-sdk-net.wiki) Fixes # (lack of documentation) ## Type of change - [ ] Refactor documentation to more...

In postman i see that, i have time zone +1 ![image](https://github.com/notion-dotnet/notion-sdk-net/assets/35914802/b4bb6ce8-14ce-469b-859b-7e77239372cc) In rider i see that date without time zone. ![image](https://github.com/notion-dotnet/notion-sdk-net/assets/35914802/fa08dc3b-ef79-4335-a887-545a89bb4fe7)

Notion allows using date mentions with or without time. However, the API requires me to set a `DateTime`, which cannot represent a date without time.