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