Module: SignalCloud

Defined in:
lib/signalcloud.rb,
lib/signalcloud/stencil.rb,
lib/signalcloud/version.rb,
lib/signalcloud/conversation.rb,
lib/signalcloud/organization.rb,
lib/signalcloud/time_transformer.rb

Overview

A helper library for working with the SignalCloud service.

Defined Under Namespace

Classes: Client, Conversation, InvalidCredentialError, ObjectNotFoundError, Organization, SignalCloudError, Stencil, TimeTransformer

Constant Summary collapse

US_BASE_URI =

US service URI.

'https://us.signalcloudapp.com'
EU_BASE_URI =

EU service URI.

'https://eu.signalcloudapp.com'
DEFAULT_BASE_URI =

The default service URI; currently defaults to the EU service.

EU_BASE_URI
VERSION =
"1.0.0"