Release Channels
The library was compiled into a single UMD (Universal Module Definition) file that can be accessed at the following URL:
https://chatbot-api.handtalk.me/api/latest/ht-api-sdk.min.js
Keep in mind that the library versioning is done by changing the version directly in the URL, allowing the following channels:
- beta - https://chatbot-api.handtalk.me/api/
beta
/ht-api-sdk.min.js Channel with the most up-to-date features, but still under development and constant change. We recommend it for those who want to test new features as soon as possible, but are aware of the risks of changes and instability of untested features; - latest - https://chatbot-api.handtalk.me/api/
latest
/ht-api-sdk.min.js Stable channel with automatic updates. This channel is always synchronized with the latest fixed version. We recommend it for those who want to take advantage of automatic updates and stability. - Fixed version (ex: 1.0.0) - https://chatbot-api.handtalk.me/api/
1.0.0
/ht-api-sdk.min.js Stable fixed channel. This channel represents the stable and fixed features of a specific version, without any changes after its release. We recommend this channel for those who want the highest level of stability possible and avoid forced updates.
ATTENTION
Be aware that even though the latest
and beta
channels have automatic updates, we recommend the Fixed version
channel to avoid compatibility issues and ensure stability in your projects. This way, you can prepare to update your projects when you need to
ATTENTION 2
The beta
and latest
/fixed
versions do not accept the use of the same token. See more information here