Sha256: be39f5f02427bee6132d077dd74411a7a8d80af4b6d12ae669cb2634810374de

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.0.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.0.1 lib/ringcentral_sdk.rb