UNPKG
@ovh-api-us/veeam-veeam-enterprise
Version:
latest (5.0.1)
5.0.1
5.0.0
4.0.4
4.0.3
4.0.1
4.0.0
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.11
3.1.9
3.1.8
3.1.5
3.1.4
3.1.1
3.0.1
3.0.0
2.0.13
2.0.12
Add typing to to ovh api veeam-veeam-enterprise
github.com/UrielCh/api-ovh-node
UrielCh/api-ovh-node
@ovh-api-us/veeam-veeam-enterprise
/
index.mjs
10 lines
(8 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ buildOvhProxy }
from
'@ovh-api/common'
;
/** * END API /veeam/veeamEnterprise Models */
export
function
proxyVeeamVeeamEnterprise
(
ovhEngine
) {
return
buildOvhProxy
(ovhEngine,
'/veeam'
); }
export
default
proxyVeeamVeeamEnterprise;