1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00

ovh-us: changing OVH US endpoint

Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>
This commit is contained in:
Romain Beuque 2018-11-09 16:26:31 +01:00
parent 3f64829ad8
commit 5374f32a67
No known key found for this signature in database
GPG Key ID: 09115AFC5E9A5339
2 changed files with 5 additions and 5 deletions

View File

@ -252,10 +252,10 @@ Supported APIs
## OVH US ## OVH US
* ```$endpoint = 'ovh-us';``` * ```$endpoint = 'ovh-us';```
* Documentation: https://api.ovhcloud.com/ * Documentation: https://api.us.ovhcloud.com/
* Console: https://api.ovhcloud.com/console * Console: https://api.us.ovhcloud.com/console
* Create application credentials: https://api.ovhcloud.com/createApp/ * Create application credentials: https://api.us.ovhcloud.com/createApp/
* Create script credentials (all keys at once): https://api.ovhcloud.com/createToken/ * Create script credentials (all keys at once): https://api.us.ovhcloud.com/createToken/
## OVH North America ## OVH North America

View File

@ -55,7 +55,7 @@ class Api
private $endpoints = [ private $endpoints = [
'ovh-eu' => 'https://eu.api.ovh.com/1.0', 'ovh-eu' => 'https://eu.api.ovh.com/1.0',
'ovh-ca' => 'https://ca.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-eu' => 'https://eu.api.kimsufi.com/1.0',
'kimsufi-ca' => 'https://ca.api.kimsufi.com/1.0', 'kimsufi-ca' => 'https://ca.api.kimsufi.com/1.0',
'soyoustart-eu' => 'https://eu.api.soyoustart.com/1.0', 'soyoustart-eu' => 'https://eu.api.soyoustart.com/1.0',