Skip to content

RestResponseTransformOptions

Defined in: packages/api-client/src/rest/client/responseTransform.ts:16

Public API for @eventista/sdk-api-client.

Surface is stable for v0.0.x — additions are minor, removals are major. The ApiClient / ApiClientConfig aliases are kept so the legacy eventista-ticketing web app can migrate without touching imports.

optional onUnauthorized?: () => void

Defined in: packages/api-client/src/rest/client/responseTransform.ts:18

Invoked on every 401 response.

void