Skip to content

Files

Latest commit

author
Ahmed Yarub Hani Al Nuaimi
Sep 5, 2021
d91f385 · Sep 5, 2021

History

History
37 lines (23 loc) · 1008 Bytes

CoreAPI.md

File metadata and controls

37 lines (23 loc) · 1008 Bytes

CoreAPI

All URIs are relative to http://localhost

Method HTTP request Description
CoreAPI_getAPIVersions GET /api/

CoreAPI_getAPIVersions

// get available API versions
//
v1_api_versions_t* CoreAPI_getAPIVersions(apiClient_t *apiClient);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration

Return type

v1_api_versions_t *

Authorization

BearerToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/yaml, application/vnd.kubernetes.protobuf

[Back to top] [Back to API list] [Back to Model list] [Back to README]