Optional
tokenFactory: (() => Promise<null | string>)Protected
axiosThe axios instance used by this service.
Gets a list of Online Triage algos with keywords.
https://platform-traversal-ot.doctorlink.com/api-docs/v1/index.html#operation/Algos_GetListAsync
Set the service's base URL e.g. /engine/ or https://prod-platform-traversal-engine.doctorlink.engineering/api/v2/tenantId/
e.g. /engine/
Set the token to use in the service's axios instance
Bearer token or null.
A base class for web api services using the axios http client.