notion-sdk-net
notion-sdk-net copied to clipboard
A Notion SDK for .Net
There are few APIs which doesn't suffix `Async`. Considering the convention, we suffix `Async` to all API's returning the Task.
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
**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...
## 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  In rider i see that date without time zone. 
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.