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.
Properties
Section titled “Properties”onUnauthorized?
Section titled “onUnauthorized?”
optionalonUnauthorized?: () =>void
Defined in: packages/api-client/src/rest/client/responseTransform.ts:18
Invoked on every 401 response.
Returns
Section titled “Returns”void