2023-02-23 01:48:36 +00:00
# ResourceAPI
All URIs are relative to *http://localhost*
Method | HTTP request | Description
------------- | ------------- | -------------
2024-10-12 03:18:38 +00:00
[**ResourceAPI_getAPIGroup_17** ](ResourceAPI.md#ResourceAPI_getAPIGroup_17 ) | **GET** /apis/resource.k8s.io/ |
2023-02-23 01:48:36 +00:00
2024-10-12 03:18:38 +00:00
# **ResourceAPI_getAPIGroup_17**
2023-02-23 01:48:36 +00:00
```c
// get information of a group
//
2024-10-12 03:18:38 +00:00
v1_api_group_t* ResourceAPI_getAPIGroup_17(apiClient_t *apiClient);
2023-02-23 01:48:36 +00:00
```
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \** * | context containing the client configuration |
### Return type
[v1_api_group_t ](v1_api_group.md ) *
### Authorization
[BearerToken ](../README.md#BearerToken )
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf
[[Back to top]](#) [[Back to API list]](../README.md#documentation -for-api-endpoints) [[Back to Model list]](../README.md#documentation -for-models) [[Back to README]](../README.md)