All URIs are relative to https://api.gruene.de, except if the operation defines another base path.
Method | HTTP request | Description |
---|---|---|
clientInfoControllerGetClientInfo() | GET /v1/client-info |
clientInfoControllerGetClientInfo(): \Verdigado\GrueneApiClient\models\ClientInfo
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Verdigado\GrueneApiClient\Api\DefaultApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
try {
$result = $apiInstance->clientInfoControllerGetClientInfo();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->clientInfoControllerGetClientInfo: ', $e->getMessage(), PHP_EOL;
}
This endpoint does not need any parameter.
\Verdigado\GrueneApiClient\models\ClientInfo
No authorization required
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]