We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526c9e0 commit 89ee0b6Copy full SHA for 89ee0b6
ovh/client.py
@@ -74,6 +74,7 @@
74
#: Mapping between OVH API region names and corresponding endpoints
75
ENDPOINTS = {
76
'ovh-eu': 'https://eu.api.ovh.com/1.0',
77
+ 'ovh-us': 'https://api.ovh.us/1.0',
78
'ovh-ca': 'https://ca.api.ovh.com/1.0',
79
'kimsufi-eu': 'https://eu.api.kimsufi.com/1.0',
80
'kimsufi-ca': 'https://ca.api.kimsufi.com/1.0',
0 commit comments