Class: ApiManager
Constructors
constructor
• new ApiManager(clientIdService
, rpcManager
)
Parameters
Name | Type |
---|---|
clientIdService | ClientIdService |
rpcManager | RpcManager |
Methods
callApiAndSubscribe
▸ callApiAndSubscribe<T
>(integrationId
, endpointId
, request
, options
, file?
): Observable
<T
>
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
integrationId | string |
endpointId | string |
request | Record <string , any > |
options | CallApiOptions |
file? | File | BlobAndFilename |
Returns
Observable
<T
>