node-ovh-ts
Version:
OVH API wrapper library for TypeScript
2 lines • 386 B
JavaScript
var r=class{constructor(e){this.list=()=>this.ovh.request("GET","/vip");this.getByServiceName=e=>this.ovh.request("GET",`/vip/${e}`);this.getServiceInfosByServiceName=e=>this.ovh.request("GET",`/vip/${e}/serviceInfos`);this.updateServiceInfosByServiceName=(e,i)=>this.ovh.request("PUT",`/vip/${e}/serviceInfos`,i);this.ovh=e}};export{r as a};
//# sourceMappingURL=chunk-6BTZZMO3.mjs.map