api/api.service.ts
Properties |
Methods |
|
constructor(client: FetchClient)
|
||||||
|
Parameters :
|
| hookRequest | ||||||
hookRequest(hookFilter: (call: ApiCall) => void)
|
||||||
|
Parameters :
Returns :
any
|
| hookResponse | ||||||
hookResponse(hookFilter: (call: ApiCall) => void)
|
||||||
|
Parameters :
Returns :
any
|
| Async onFinish | ||||||
onFinish(call: ApiCall)
|
||||||
|
Parameters :
Returns :
any
|
| onStart | ||||||
onStart(call: ApiCall)
|
||||||
|
Parameters :
Returns :
void
|
| Async resolveData | ||||||
resolveData(call: ApiCall)
|
||||||
|
Parameters :
Returns :
Promise<any>
|
| calls |
Type : Observable<ApiCall>
|