UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

15 lines 469 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runAppDetection = void 0; const runAppDetection = ({ httpClient, }) => ({ commit_sha, component_type, git, github, }) => { const url = '/apps/detect'; const body = { commit_sha, component_type, git, github, }; return httpClient.post(url, body); }; exports.runAppDetection = runAppDetection; //# sourceMappingURL=run-app-detection.js.map