dots-wrapper
Version:
Digital Ocean v2 api wrapper - javascript - typescript - nodejs
9 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getFloatingIp = void 0;
const getFloatingIp = ({ httpClient, }) => ({ ip, }) => {
const url = `/floating_ips/${ip}`;
return httpClient.get(url);
};
exports.getFloatingIp = getFloatingIp;
//# sourceMappingURL=get-floating-ip.js.map