All URIs are relative to http://localhost:8080
| Method | HTTP request | Description |
|---|---|---|
| about | GET /about | Get various information about the API |
AboutInfo about()
Retrieve API version information and build details.
import {
MetaApi,
Configuration
} from '@cosmotech/api-ts';
const configuration = new Configuration();
const apiInstance = new MetaApi(configuration);
const { status, data } = await apiInstance.about();This endpoint does not have any parameters.
AboutInfo
- Content-Type: Not defined
- Accept: application/json, application/yaml
| Status code | Description | Response headers |
|---|---|---|
| 200 | API information details | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]