Files
c/kubernetes/docs/VersionAPI.md

38 lines
955 B
Markdown
Raw Permalink Normal View History

2021-03-17 16:35:19 +08:00
# VersionAPI
All URIs are relative to *http://localhost*
Method | HTTP request | Description
------------- | ------------- | -------------
[**VersionAPI_getCode**](VersionAPI.md#VersionAPI_getCode) | **GET** /version/ |
# **VersionAPI_getCode**
```c
// get the version information for this server
2021-03-17 16:35:19 +08:00
//
version_info_t* VersionAPI_getCode(apiClient_t *apiClient);
```
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
2021-09-05 12:12:19 -03:00
**apiClient** | **apiClient_t \*** | context containing the client configuration |
2021-03-17 16:35:19 +08:00
### Return type
[version_info_t](version_info.md) *
### Authorization
[BearerToken](../README.md#BearerToken)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[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)