mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
Merge pull request #2 from pmachan/master
Add SoYouStart and Kimsufi endpoints
This commit is contained in:
commit
ddbcd2e401
32
README.md
32
README.md
@ -176,6 +176,38 @@ Supported APIs
|
||||
* Create application credentials: https://ca.api.ovh.com/createApp/
|
||||
* Create script credentials (all keys at once): https://ca.api.ovh.com/createToken/
|
||||
|
||||
## So you Start Europe
|
||||
|
||||
* Documentation: https://eu.api.soyoustart.com/
|
||||
* Community support: api-subscribe@ml.ovh.net
|
||||
* Console: https://eu.api.soyoustart.com/console/
|
||||
* Create application credentials: https://eu.api.soyoustart.com/createApp/
|
||||
* Create script credentials (all keys at once): https://eu.api.soyoustart.com/createToken/
|
||||
|
||||
## So you Start North America
|
||||
|
||||
* Documentation: https://ca.api.soyoustart.com/
|
||||
* Community support: api-subscribe@ml.ovh.net
|
||||
* Console: https://ca.api.soyoustart.com/console/
|
||||
* Create application credentials: https://ca.api.soyoustart.com/createApp/
|
||||
* Create script credentials (all keys at once): https://ca.api.soyoustart.com/createToken/
|
||||
|
||||
## Kimsufi Europe
|
||||
|
||||
* Documentation: https://eu.api.kimsufi.com/
|
||||
* Community support: api-subscribe@ml.ovh.net
|
||||
* Console: https://eu.api.kimsufi.com/console/
|
||||
* Create application credentials: https://eu.api.kimsufi.com/createApp/
|
||||
* Create script credentials (all keys at once): https://eu.api.kimsufi.com/createToken/
|
||||
|
||||
## Kimsufi North America
|
||||
|
||||
* Documentation: https://ca.api.kimsufi.com/
|
||||
* Community support: api-subscribe@ml.ovh.net
|
||||
* Console: https://ca.api.kimsufi.com/console/
|
||||
* Create application credentials: https://ca.api.kimsufi.com/createApp/
|
||||
* Create script credentials (all keys at once): https://ca.api.kimsufi.com/createToken/
|
||||
|
||||
## Runabove
|
||||
|
||||
* Documentation: https://community.runabove.com/kb/en/instances/how-to-use-runabove-api.html
|
||||
|
@ -54,6 +54,10 @@ class Api
|
||||
private $endpoints = array(
|
||||
'ovh-eu' => 'https://api.ovh.com/1.0',
|
||||
'ovh-ca' => 'https://ca.api.ovh.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',
|
||||
'soyoustart-ca' => 'https://ca.api.soyoustart.com/1.0',
|
||||
'runabove-ca' => 'https://api.runabove.com/1.0');
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user