1.1.0 • Published 2 years ago
@plasma-platform/tm-service-notifications v1.1.0
Documentation
Table of Contents
NotificationsService
messages
object with class service messages
getResourceToken
Subscription - Get system centrifugo token based on resource id
Parameters
params
Object
Examples
Get membership plan info by ID
(async () => {
const service = new NotificationsService(url);
const response = await service.getResourceToken(params);
})();