magicbell
Version:
MagicBell API wrapper
23 lines • 698 B
JavaScript
;
// This file is generated. Do not update manually!
Object.defineProperty(exports, "__esModule", { value: true });
exports.MetricsTopics = void 0;
const resource_js_1 = require("../../client/resource.js");
class MetricsTopics extends resource_js_1.Resource {
path = 'metrics';
entity = 'topic';
/**
* Query the metrics of broadcasts and their recipients, grouped by topic.
*
* @param options - override client request options.
* @returns
**/
get(options) {
return this.request({
method: 'GET',
path: 'topics',
}, options);
}
}
exports.MetricsTopics = MetricsTopics;
//# sourceMappingURL=topics.js.map