OpenAPI
Inspect the API schema from /api/openapi
OpenAPI
The server exposes GET /api/openapi
. You can fetch it from the SDK:
const spec = await ea.openapi();
Use this to generate clients or validate requests.
Inspect the API schema from /api/openapi
The server exposes GET /api/openapi
. You can fetch it from the SDK:
const spec = await ea.openapi();
Use this to generate clients or validate requests.