Module: RingCentralSdk

Defined in:
lib/ringcentral_sdk.rb

Defined Under Namespace

Modules: REST

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details

.new(app_key, app_secret, server_url = RC_SERVER_SANDBOX, opts = {}) ⇒ Object



10
11
12
# File 'lib/ringcentral_sdk.rb', line 10

def new(app_key, app_secret, server_url = RC_SERVER_SANDBOX, opts = {})
  RingCentralSdk::REST::Client.new(app_key, app_secret, server_url, opts)
end