Skip to content

Commit 6d4e840

Browse files
authored
Merge pull request #70 from UmBsublime/Fix-US-endpoint
Fix endpoint url in documentation and in client.py
2 parents 6e9835d + d90b59d commit 6d4e840

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -550,10 +550,10 @@ OVH Europe
550550
OVH US
551551
----------
552552

553-
- **Documentation**: https://api.ovhcloud.com/
554-
- **Console**: https://api.ovhcloud.com/console/
555-
- **Create application credentials**: https://api.ovhcloud.com/createApp/
556-
- **Create script credentials** (all keys at once): https://api.ovhcloud.com/createToken/
553+
- **Documentation**: https://api.us.ovhcloud.com/
554+
- **Console**: https://api.us.ovhcloud.com/console/
555+
- **Create application credentials**: https://api.us.ovhcloud.com/createApp/
556+
- **Create script credentials** (all keys at once): https://api.us.ovhcloud.com/createToken/
557557

558558
OVH North America
559559
-----------------

ovh/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +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.ovhcloud.com/1.0',
77+
'ovh-us': 'https://api.us.ovhcloud.com/1.0',
7878
'ovh-ca': 'https://ca.api.ovh.com/1.0',
7979
'kimsufi-eu': 'https://eu.api.kimsufi.com/1.0',
8080
'kimsufi-ca': 'https://ca.api.kimsufi.com/1.0',

0 commit comments

Comments
 (0)