UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getIndexingJob = void 0; const getIndexingJob = ({ httpClient }) => ({ indexing_job_uuid }) => { const url = `/gen-ai/indexing_jobs/${indexing_job_uuid}`; return httpClient.get(url); }; exports.getIndexingJob = getIndexingJob; //# sourceMappingURL=get-indexing-job.js.map