Documentation / ICanBeConfigured
ICanBeConfigured
Interfaces
ICanBeConfigured
Represents the concept of something that can be configured.
Extended by
Methods
setApiBasePath()
setApiBasePath(
apiBasePath
):void
Set the base path for the API to use for the query. This is used to prepend to the path to any fetch operation.
Parameters
apiBasePath
string
Base path for the API
Returns
void
Defined in
setMicroservice()
setMicroservice(
microservice
):any
Set the microservice to be used for the query. This is passed along to the server to identify the microservice.
Parameters
microservice
string
Name of microservice
Returns
any