module NotionOrbit
Create a client to log Notion
database activities in your Orbit
workspace Credentials can either be passed in to the instance or be loaded from environment variables
@example
client = NotionOrbit::Client.new
@option params [String] :orbit_api_key
The API key for the Orbit API
@option params [String] :orbit_workspace
The workspace ID for the Orbit workspace
@option params [String] :notion_api_key
The API key for Notion
@option params [String] :notion_workspace_slug
The Notion workspace slug
@option params [String] :notion_database_id
The Notion database ID
@param [Hash] params
@return [NotionOrbit::Client]
Constants
- VERSION