module CircleOrbit
Create a client to log Circle
activities in your Orbit
workspace Credentials can either be passed in to the instance or be loaded from environment variables
@example
client = CircleOrbit::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] :circle_api_key
The API key for the Circle API
@option params [String] :circle_url
The URL of the Circle community
@option params [Boolean] :historical_import
Flag on whether to import all Circle historical data Default to false
@param [Hash] params
@return [CircleOrbit::Client]
frozen_string_literal = true
Constants
- VERSION