We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475b4e4 commit aa7dc54Copy full SHA for aa7dc54
1 file changed
README.md
@@ -42,9 +42,8 @@ PHP Library Usage
42
'host' => 'localhost', // Your CloudStack host (required)
43
'scheme' => 'http', // http or https (defaults to http)
44
'port' => 8080, // api port (defaults to 8080)
45
- 'path_prefix' => 'client', // url prefix (defaults to 'client')
46
- 'api_path' => 'api', // admin api path (defaults to 'api')
47
- 'console_path' => 'console', // console api path (defaults to 'console')
+ 'api_path' => 'client/api', // admin api path (defaults to 'client/api')
+ 'console_path' => 'client/console', // console api path (defaults to 'client/console')
48
'http_client' => null, // GuzzleHttp\ClientInterface compatible client
49
]);
50
0 commit comments