notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
181 stars 46 forks source link

Follow common API conventions #342

Closed KoditkarVedant closed 1 year ago

KoditkarVedant commented 1 year ago

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

KoditkarVedant commented 1 year ago

this introduces the breaking changes