UNPKG

magicbell

Version:
22 lines 696 B
// This file is generated. Do not update manually! import { Resource } from '../client/resource.js'; import { MetricsCategories } from './metrics/categories.js'; import { MetricsTopics } from './metrics/topics.js'; export class Metrics extends Resource { path = 'metrics'; entity = 'metric'; categories = new MetricsCategories(this.client); topics = new MetricsTopics(this.client); /** * Query the metrics of broadcasts and their recipients. * * @param options - override client request options. * @returns **/ get(options) { return this.request({ method: 'GET', }, options); } } //# sourceMappingURL=metrics.js.map