Skip to content

Commit

Permalink
Merge pull request #78 from rbeuque74/ovh-us
Browse files Browse the repository at this point in the history
ovh-us: changing URL
  • Loading branch information
VincentCasse committed Jun 12, 2018
2 parents 69f2347 + 90b9578 commit 3f64829
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -249,6 +249,14 @@ Supported APIs
* Create application credentials: https://eu.api.ovh.com/createApp/
* Create script credentials (all keys at once): https://eu.api.ovh.com/createToken/

## 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/

## OVH North America

* ```$endpoint = 'ovh-ca';```
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.ovh.us/1.0',
'ovh-us' => 'https://api.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 3f64829

Please sign in to comment.