Release Channels
The library has been compiled into a single UMD (Universal Module Definition) file that can be accessed at the following URL:
https://api-cdn.handtalk.me/sdk/beta/ht-api-sdk.min.js
Keep in mind that the library's versioning is handled by changing the version directly in the URL, allowing the following channels:
- beta - https://api-cdn.handtalk.me/sdk/
beta/ht-api-sdk.min.js: This channel contains the most up-to-date features available, but it is still under development and subject to constant changes. We recommend this channel for those who want to test new features as soon as possible but are aware of the risks of changes and instability in untested features. - latest - https://api-cdn.handtalk.me/sdk/
latest/ht-api-sdk.min.js: A stable channel with automatic updates. This channel is always synchronized with the most recent stable version. We recommend this channel for those who want to take advantage of stable automatic updates. - Fixed Version (e.g., 1.0.0) - https://api-cdn.handtalk.me/sdk/
1.0.0/ht-api-sdk.min.js: A stable, fixed channel. This channel represents stable features that are locked to a specific version and will not be modified after release. We recommend this channel for those who want the highest level of stability and to avoid forced updates.
ATTENTION 1
At this moment, we are still in the development phase, so please use the beta channel until the official release announcement and documentation update.
ATTENTION 2
Even though the latest and beta channels receive automatic updates, we strongly recommend using the Fixed Version channel to avoid compatibility issues and ensure stability in your projects. This way, you can prepare to update your projects when necessary.
ATTENTION 3
beta and latest/fixed versions do not accept the same token. See more information here