Sha256: b0cdcfec4c043ed455199740fcc4c4e52eba21b76134cd3ce1e260dbcb004f92

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

# RingCentralSdk is a SDK for the RingCentral REST API
module RingCentralSdk
  VERSION = '2.2.1'.freeze

  RC_SERVER_PRODUCTION = 'https://platform.ringcentral.com'.freeze
  RC_SERVER_SANDBOX = 'https://platform.devtest.ringcentral.com'.freeze

  autoload :REST, 'ringcentral_sdk/rest'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ringcentral_sdk-2.2.1 lib/ringcentral_sdk.rb