package
0.0.0-20240805051643-4fb55e75f013
Repository: https://github.com/surajssd/libnotion.git
Documentation: pkg.go.dev

# Functions

NewNotionClient is used to initialize the Notion client.
WithSecretToken is used to add Notion secret token to the Notion client during initialization.

# Constants

APIURL is the base URL of Notion API.
NotionVersion is the Notion API release version.
SubPathBlocks is the Notion API sub path for querying blocks.
SubPathDatabases is the Notion API sub path for querying databases.
SubPathPages is the Notion API sub path for querying pages.

# Structs

NotionClient is used to interact with Notion.