UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

10 lines 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tagResources = void 0; const tagResources = ({ httpClient, }) => ({ tag_name, resources, }) => { const url = `/tags/${tag_name}/resources`; const body = { resources }; return httpClient.post(url, body); }; exports.tagResources = tagResources; //# sourceMappingURL=tag-resources.js.map