@eleva-io/erp-sdk
Version:
SDK oficial para el ERP de Eleva
16 lines • 498 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MeetingReportsAPI = void 0;
class MeetingReportsAPI {
_httpClient;
_baseUrl;
constructor(_httpClient, _baseUrl) {
this._httpClient = _httpClient;
this._baseUrl = _baseUrl;
}
async participants(params) {
return this._httpClient.getBinary(`${this._baseUrl}/participants`, params);
}
}
exports.MeetingReportsAPI = MeetingReportsAPI;
//# sourceMappingURL=meeting.js.map