Changelog
v3.2.0
Licenses
- Added
getOne,getForPurchaser,getForGranteeId,getUsage&getCountlicenses methods to SDK.
v3.1.0
Licenses
- Added
getOne,getForPurchaser,getForGranteeId,getUsage&getCountlicenses methods to SDK.
v3.0.0
Error handling
- Added new Error classes
SalableResponseError,SalableValidationErrorandSalableUnknownError - New error codes
More information on error handling
v2.8.0
Subscriptions
- Added
changePlansubscriptions method to SDK.
Pricing Tables
- Added
getOnepricing tables method to SDK.
v2.7.0
Licenses
- Added
update,updateMany&getCountlicenses methods to SDK.
v2.6.0
Subscriptions
- Added
addSeats&removeSeatssubscription methods to SDK.
v2.5.0
Features
- Added
Products(getOne,getCheckoutLink,getFeatures,getCapabilities,getCurrencies) methods to SDK.
v2.4.0
Features
- Added
plans(getOne,getCheckoutLink,getFeatures,getCapabilities,getCurrencies) methods to SDK.
Other Changes
- DOCS: Updated links to resources object documentation
v2.3.0
Features
- Added URL support in constructor for passing API URL
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.