module DevOrbit

Create a client to log DEV interactions in your Orbit workspace Credentials can either be passed in to the instance or be loaded from environment variables

@example

client = DevOrbit::Client.new

@option params [String] :dev_username

The username of the person or organization to fetch DEV interactions for

@option params [String] :dev_api_key

The API key for the DEV API

@option params [String] :dev_organization

The name of the organization in DEV to fetch interactions for

@option params [String] :orbit_workspace

The workspace ID for the Orbit workspace

@option params [String] :orbit_api_key

The API key for the Orbit API

@option params [Boolean] :historical_import

Perform a historical import on all DEV comments
Boolean, default to false

@param [Hash] params

@return [DevOrbit::Client]

Constants

VERSION