UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getReadOnlyReplica = void 0; const getReadOnlyReplica = ({ httpClient, }) => ({ database_cluster_id, read_only_replica_name, }) => { const url = `/databases/${database_cluster_id}/replicas/${read_only_replica_name}`; return httpClient.get(url); }; exports.getReadOnlyReplica = getReadOnlyReplica; //# sourceMappingURL=get-read-only-replica.js.map