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