Creating a NotionClient is simple, just pass an integration token and you're good to go.
Swift:
let client = NotionClient.init(token: "NOTION_INTEGRATION_TOKEN")
Objective-C:
NotionClient *client = [NotionClient clientWithToken:@"NOTION_INTEGRATION_TOKEN"];
There was an error while loading. Please reload this page.