The JavaScript SDK is officially released as of v1.0.0. This official release comes with several changes:
- The package is now purecloud-platform-client-v2, published on npm, bower, and the CDN. The v2 in the package name refers to the Platform API major version, not the SDK version.
- New repository for source code and releases: https://github.com/MyPureCloud/platform-client-sdk-javascript
- New documentation URL: https://developer.mypurecloud.com/api/rest/client-libraries/javascript/
- The structure of the SDK has changed to be more consistent with the rest of the SDKs. See the documentation above for usage details.
- Some method names on the API classes have changed. The purpose of this change was to generally make the method names more concise. There is a source code upgrade script available that will attempt to upgrade method names from the old method names to the new method names. More information can be found at https://github.com/MyPureCloud/sdk-upgrade-script
Note: The old package, com.mypurecloud:platform-client, will continue to be available on maven central, but will not receive any updates.