magicbell
Version:
MagicBell API wrapper
18 lines • 683 B
JavaScript
;
// This file is generated. Do not update manually!
Object.defineProperty(exports, "__esModule", { value: true });
exports.BroadcastsNotifications = void 0;
const resource_js_1 = require("../../client/resource.js");
class BroadcastsNotifications extends resource_js_1.Resource {
path = 'broadcasts';
entity = 'notification';
list(broadcastId, dataOrOptions, options) {
return this.request({
method: 'GET',
path: '{broadcast_id}/notifications',
paged: true,
}, broadcastId, dataOrOptions, options);
}
}
exports.BroadcastsNotifications = BroadcastsNotifications;
//# sourceMappingURL=notifications.js.map