Skip to content

4.0.0

Compare
Choose a tag to compare
@kirill-konshin kirill-konshin released this 28 Sep 00:49
  • TypeScript
  • SDK will not add /restapi/v1.0 to URLs
  • SDK was separated into 2 packages: @ringcentral/sdk and @ringcentral/subscriptions
  • appKey and appSecret were replaced with clientId and clientSecret
  • Async implementation of Storage
  • Platform method createUrl('xxx', {addToken: true}) has been extracted as separate async method signUrl('xxx')
  • ApiResponse class was removed, all methods return plain Response which can be worked on using Client
  • Bower was discontinued
  • PATCH method
  • Global config of handleRateLimit
  • Web App Proxy support
  • ES6 module build with ES5 code