Changelog
v2.2.0
Features
- Added
cancelsubscription method to SDK.
v2.1.0
Features
- Added
rbac(permissions,users,roles) methods to SDK.
Other Changes
- DOCS: Updated documentation mistakes and inaccuracies
v2.0.0
Breaking Changes
- Top level export
SalableApirenamed toSalable getLicenses()renamed togetAll()createLicense()renamed tocreate()checkLicenses()renamed tocheck()getSubscription()renamaed togetOne()changePlan()renmaed toupdatePlan()updateUsage()renamed toupdate()
Other Changes
- DOCS: JSDoc documentation added to all methods for each class
- FEAT: Updated internal
_requestmethod to support TS Generics for return and argument types - CHORE: Restructured repository contents so endpoints aren't contained inside a
third-party-apifolder.