dots-wrapper
Version:
Digital Ocean v2 api wrapper - javascript - typescript - nodejs
9 lines • 404 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getConnectionPool = void 0;
const getConnectionPool = ({ httpClient, }) => ({ database_cluster_id, pool_name, }) => {
const url = `/databases/${database_cluster_id}/pools/${pool_name}`;
return httpClient.get(url);
};
exports.getConnectionPool = getConnectionPool;
//# sourceMappingURL=get-connection-pool.js.map