UNPKG

magicbell

Version:
19 lines 537 B
// This file is generated. Do not update manually! import { Resource } from '../../client/resource.js'; export class MetricsTopics extends 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); } } //# sourceMappingURL=topics.js.map