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

Improve example

Improve example by replacing "/me/*" by /me* to help new users to get account data with this example.
This commit is contained in:
Vincent Cassé 2015-01-23 10:56:26 +01:00
parent 893191d151
commit f99c8ac42c

View File

@ -71,7 +71,7 @@ $redirection = "http://your_url.ovh";
$endpoint = 'ovh-eu';
$rights = array( (object) [
'method' => 'GET',
'path' => '/me/*'
'path' => '/me*'
]);
// Get credentials