The service's base URL including the trailing /
The service's controllerName
Optional
tokenFactory: (() => Promise<null | string>)Optional factory to set axios instance's token before http calls.'
Protected
axiosThe axios instance used by this service.
Set the service's base URL e.g. /engine/ or https://api-integration.healthherotechnologies.co.uk/traversalcompositor/tenantId/
e.g. /engine/
Set the token to use in the service's axios instance
Bearer token or null.
A base class for the Traversals and ChatTraversals controllers. These Services have common endpoints.