Package com.tccc.kos.commons.web.api
package com.tccc.kos.commons.web.api
Provides access to the API client for making and receiving local REST calls.
The primary component is ApiClient
.
- Since:
- 1.0
- Version:
- 2022-10-21
-
ClassesClassDescriptionSystem component used to interact with applications running on nodes within a kOS cluster.ApiRequest<T>Data class used by ApiClient to make API calls to local and remote nodes.