UNPKG

@trendmoon/api-client

Version:
22 lines 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AlertsService = void 0; class AlertsService { constructor(apiClient) { this.apiClient = apiClient; } /** * Retrieves top alerts for today. */ async getTopAlertsToday() { return this.apiClient.getTopAlertsToday(); } /** * Retrieves top category alerts. */ async getTopCategoryAlerts() { return this.apiClient.getTopCategoryAlerts(); } } exports.AlertsService = AlertsService; //# sourceMappingURL=AlertsService.js.map