Skip to content

Commit

Permalink
Merge pull request #84 from ovh/rb/endpoint-ovhus
Browse files Browse the repository at this point in the history
ovh-us: changing OVH US endpoint
  • Loading branch information
VincentCasse committed Nov 9, 2018
2 parents 3f64829 + 5374f32 commit 30a2419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -252,10 +252,10 @@ Supported APIs
## OVH US

* ```$endpoint = 'ovh-us';```
* Documentation: https://api.ovhcloud.com/
* Console: https://api.ovhcloud.com/console
* Create application credentials: https://api.ovhcloud.com/createApp/
* Create script credentials (all keys at once): https://api.ovhcloud.com/createToken/
* Documentation: https://api.us.ovhcloud.com/
* Console: https://api.us.ovhcloud.com/console
* Create application credentials: https://api.us.ovhcloud.com/createApp/
* Create script credentials (all keys at once): https://api.us.ovhcloud.com/createToken/

## OVH North America

Expand Down
2 changes: 1 addition & 1 deletion src/Api.php
Expand Up @@ -55,7 +55,7 @@ class Api
private $endpoints = [
'ovh-eu' => 'https://eu.api.ovh.com/1.0',
'ovh-ca' => 'https://ca.api.ovh.com/1.0',
'ovh-us' => 'https://api.ovhcloud.com/1.0',
'ovh-us' => 'https://api.us.ovhcloud.com/1.0',
'kimsufi-eu' => 'https://eu.api.kimsufi.com/1.0',
'kimsufi-ca' => 'https://ca.api.kimsufi.com/1.0',
'soyoustart-eu' => 'https://eu.api.soyoustart.com/1.0',
Expand Down

0 comments on commit 30a2419

Please sign in to comment.