mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
Merge pull request #32 from VincentCasse/update_doc
Add endpoints into the documentation
This commit is contained in:
commit
285e9e43e1
@ -16,7 +16,7 @@ use \Ovh\Api;
|
|||||||
|
|
||||||
$ovh = new Api( $applicationKey,
|
$ovh = new Api( $applicationKey,
|
||||||
$applicationSecret,
|
$applicationSecret,
|
||||||
$endpoint_name,
|
$endpoint,
|
||||||
$consumer_key);
|
$consumer_key);
|
||||||
echo "Welcome " . $ovh->get('/me')['firstname'];
|
echo "Welcome " . $ovh->get('/me')['firstname'];
|
||||||
?>
|
?>
|
||||||
@ -202,6 +202,7 @@ Supported APIs
|
|||||||
|
|
||||||
## OVH Europe
|
## OVH Europe
|
||||||
|
|
||||||
|
* ```$endpoint = 'ovh-eu';```
|
||||||
* Documentation: https://eu.api.ovh.com/
|
* Documentation: https://eu.api.ovh.com/
|
||||||
* Community support: api-subscribe@ml.ovh.net
|
* Community support: api-subscribe@ml.ovh.net
|
||||||
* Console: https://eu.api.ovh.com/console
|
* Console: https://eu.api.ovh.com/console
|
||||||
@ -210,6 +211,7 @@ Supported APIs
|
|||||||
|
|
||||||
## OVH North America
|
## OVH North America
|
||||||
|
|
||||||
|
* ```$endpoint = 'ovh-ca';```
|
||||||
* Documentation: https://ca.api.ovh.com/
|
* Documentation: https://ca.api.ovh.com/
|
||||||
* Community support: api-subscribe@ml.ovh.net
|
* Community support: api-subscribe@ml.ovh.net
|
||||||
* Console: https://ca.api.ovh.com/console
|
* Console: https://ca.api.ovh.com/console
|
||||||
@ -218,6 +220,7 @@ Supported APIs
|
|||||||
|
|
||||||
## So you Start Europe
|
## So you Start Europe
|
||||||
|
|
||||||
|
* ```$endpoint = 'soyoustart-eu';```
|
||||||
* Documentation: https://eu.api.soyoustart.com/
|
* Documentation: https://eu.api.soyoustart.com/
|
||||||
* Community support: api-subscribe@ml.ovh.net
|
* Community support: api-subscribe@ml.ovh.net
|
||||||
* Console: https://eu.api.soyoustart.com/console/
|
* Console: https://eu.api.soyoustart.com/console/
|
||||||
@ -226,6 +229,7 @@ Supported APIs
|
|||||||
|
|
||||||
## So you Start North America
|
## So you Start North America
|
||||||
|
|
||||||
|
* ```$endpoint = 'soyoustart-ca';```
|
||||||
* Documentation: https://ca.api.soyoustart.com/
|
* Documentation: https://ca.api.soyoustart.com/
|
||||||
* Community support: api-subscribe@ml.ovh.net
|
* Community support: api-subscribe@ml.ovh.net
|
||||||
* Console: https://ca.api.soyoustart.com/console/
|
* Console: https://ca.api.soyoustart.com/console/
|
||||||
@ -234,6 +238,7 @@ Supported APIs
|
|||||||
|
|
||||||
## Kimsufi Europe
|
## Kimsufi Europe
|
||||||
|
|
||||||
|
* ```$endpoint = 'kimsufi-eu';```
|
||||||
* Documentation: https://eu.api.kimsufi.com/
|
* Documentation: https://eu.api.kimsufi.com/
|
||||||
* Community support: api-subscribe@ml.ovh.net
|
* Community support: api-subscribe@ml.ovh.net
|
||||||
* Console: https://eu.api.kimsufi.com/console/
|
* Console: https://eu.api.kimsufi.com/console/
|
||||||
@ -242,6 +247,7 @@ Supported APIs
|
|||||||
|
|
||||||
## Kimsufi North America
|
## Kimsufi North America
|
||||||
|
|
||||||
|
* ```$endpoint = 'kimsufi-ca';```
|
||||||
* Documentation: https://ca.api.kimsufi.com/
|
* Documentation: https://ca.api.kimsufi.com/
|
||||||
* Community support: api-subscribe@ml.ovh.net
|
* Community support: api-subscribe@ml.ovh.net
|
||||||
* Console: https://ca.api.kimsufi.com/console/
|
* Console: https://ca.api.kimsufi.com/console/
|
||||||
@ -250,6 +256,7 @@ Supported APIs
|
|||||||
|
|
||||||
## Runabove
|
## Runabove
|
||||||
|
|
||||||
|
* ```$endpoint = 'runabove-ca';```
|
||||||
* Documentation: https://community.runabove.com/kb/en/instances/how-to-use-runabove-api.html
|
* Documentation: https://community.runabove.com/kb/en/instances/how-to-use-runabove-api.html
|
||||||
* Community support: https://community.runabove.com
|
* Community support: https://community.runabove.com
|
||||||
* Console: https://api.runabove.com/console/
|
* Console: https://api.runabove.com/console/
|
||||||
|
Loading…
Reference in New Issue
Block a user