Skip to content

Commit 89ee0b6

Browse files
committed
Add US endpoint
Add the us endpoint Signed-off-by: Quentin GROLLEAU <[email protected]>
1 parent 526c9e0 commit 89ee0b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ovh/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
#: Mapping between OVH API region names and corresponding endpoints
7575
ENDPOINTS = {
7676
'ovh-eu': 'https://eu.api.ovh.com/1.0',
77+
'ovh-us': 'https://api.ovh.us/1.0',
7778
'ovh-ca': 'https://ca.api.ovh.com/1.0',
7879
'kimsufi-eu': 'https://eu.api.kimsufi.com/1.0',
7980
'kimsufi-ca': 'https://ca.api.kimsufi.com/1.0',

0 commit comments

Comments
 (0)