Documents for @litert/xxl-job-integration / AdminApiClient / IAdminApiClientOptions
Interface: IAdminApiClientOptions
Defined in: src/lib/AdminApiClient.ts:24
The options for creating an instance of the XXL-Job admin API client.
Properties
apiToken
apiToken:
string
Defined in: src/lib/AdminApiClient.ts:38
The access token for accessing the API of the XXL-Job admin server.
Example
ts
'default_token' (The default access token for the XXL-Job admin server)
baseUrl
baseUrl:
string
Defined in: src/lib/AdminApiClient.ts:31
The base URL of the XXL-Job admin server.
Example
ts
'http://localhost:7070/xxl-job-admin'