Sha256: d980c01bec382815993696c635a691a6634fe8c7e1b8b3d1dda88a57aaa83c9e
Contents?: true
Size: 399 Bytes
Versions: 1
Compression:
Stored size: 399 Bytes
Contents
module RingCentralSdk VERSION = '1.0.0' RC_SERVER_PRODUCTION = 'https://platform.ringcentral.com' RC_SERVER_SANDBOX = 'https://platform.devtest.ringcentral.com' autoload :REST, 'ringcentral_sdk/rest' class << self def new(app_key, app_secret, server_url=RC_SERVER_SANDBOX, opts={}) RingCentralSdk::REST::Client.new(app_key, app_secret, server_url, opts) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ringcentral_sdk-1.0.0 | lib/ringcentral_sdk.rb |