Interface Configuration

Interface serves as a typehint to see what might be in the config.

Link

Hierarchy

  • Configuration

Properties

api?: (new () => ApiCaller)

Type declaration

apiResponseHandler?: (new () => HandlesApiResponse)

Type declaration

baseEndPoint?: string

The base url endpoint where the backend api is located.

datetime?: CallableFunction | (new (arg?) => any)

The date time library to be used.

headers?: HeadersInit

The headers to be merged into request configuration.

randomDataGenerator?: any

The randomisation library made available in the Factory classes if set.

requestMiddleware?: RequestMiddleware

Middleware executed just before values being passed to the ApiCaller

See

Generated using TypeDoc