UNPKG
@ovh-api/cloud
Version:
latest (5.0.2)
5.0.2
5.0.1
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.28
3.1.27
3.1.26
3.1.25
3.1.23
3.1.22
3.1.21
3.1.20
3.1.19
3.1.18
3.1.14
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.0
0.1.0
0.0.5
0.0.4
Add typing to to ovh api cloud
github.com/UrielCh/api-ovh-node
UrielCh/api-ovh-node
@ovh-api/cloud
/
index.mjs
10 lines
(8 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ buildOvhProxy }
from
'@ovh-api/common'
;
/** * END API /cloud Models */
export
function
proxyCloud
(
ovhEngine
) {
return
buildOvhProxy
(ovhEngine,
'/cloud'
); }
export
default
proxyCloud;