HealthAPI
Readiness checks that do not require user authentication.
| Method | HTTP | Description |
|---|---|---|
MainApiV1Get | GET /main/api/v1/ | Gateway health check |
MainApiV1ApiHelloGet | GET /main/api/v1/api/hello | Gateway hello |
health, _, err := client.HealthAPI.
MainApiV1Get(context.Background()).
Execute()
hello, _, err := client.HealthAPI.
MainApiV1ApiHelloGet(context.Background()).
Execute()