We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.