Skip to content

v1.0.43-staging-prerelease

Pre-release
Pre-release

Choose a tag to compare

released this 03 Apr 20:55

We've simplified our old SDK to be more vanilla Javascript, with a separate Angular SDK. This should make things a little more framework agnostic. :D
We've updated our terminology around claims vs roles to consistently use roles. You may need to check your token requests and make sure that you've updated your code to use roles.
MesageSenders is now correctly spelled as MessageSenders in the SDK.
required parameters are passed in first, while optional parameters are passed in as an object with key value pairs ex: ListProducts( {page:1, filters:{'xp.test':true})} )
Docs are now generated with the SDK, to make your life easier. Check them out at the bottom of the readme!