core/provider-configuration/service/provider-configuration.service.ts
Properties |
Methods |
|
constructor(client: FetchClient, activatedRoute: ActivatedRoute)
|
|||||||||
Parameters :
|
Async delete |
delete()
|
Returns :
Promise<IResult<null>>
|
Async detail |
detail()
|
Returns :
Promise<IResult<ProviderProperties>>
|
Protected getDetailUrl | ||||||
getDetailUrl(_: string | number | IIdentified)
|
||||||
There is a single provider configuration per tenant and detail URL is not needed
Parameters :
Returns :
string
|
Async update | ||||||
update(entity: Partial
|
||||||
Parameters :
Returns :
Promise<IResult<ProviderProperties>>
|
Protected baseUrl |
baseUrl:
|
Type : string
|
Protected listUrl |
listUrl:
|
Type : string
|