module MeetupOrbit
Create a client to log Meetup
activities in your Orbit
workspace Credentials can either be passed in to the instance or be loaded from environment variables
@example
client = MeetupOrbit::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] :meetup_urlname
The URL identifier of your Meetup
@option params [Boolean] :historical_import
Whether to do an import of all Meetup interactions ignoring latest activity already in the Orbit workspace. Default is false.
@param [Hash] params
@return [MeetupOrbit::Client]
frozen_string_literal = true
Constants
- VERSION