All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
getOauthOpenshiftIoAPIGroup | GET /apis/oauth.openshift.io/ |
\UniversityOfAdelaide\OpenShift\Model\V1APIGroup getOauthOpenshiftIoAPIGroup()
get information of a group
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: openshift_auth
UniversityOfAdelaide\OpenShift\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$api_instance = new UniversityOfAdelaide\OpenShift\Api\OauthOpenshiftIoApi(new \Http\Adapter\Guzzle6\Client());
try {
$result = $api_instance->getOauthOpenshiftIoAPIGroup();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling OauthOpenshiftIoApi->getOauthOpenshiftIoAPIGroup: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
\UniversityOfAdelaide\OpenShift\Model\V1APIGroup
- Content-Type: application/json, application/yaml, application/vnd.kubernetes.protobuf
- Accept: application/json, application/yaml, application/vnd.kubernetes.protobuf
[Back to top] [Back to API list] [Back to Model list] [Back to README]