endpoints / Class

HttpClientEndpointInvoker

Decorators:@Injectable
Implements:EndpointInvoker

Minimal implementation of EndpointInvoker based on Angular's built-in HttpClient service.

Notes

When this implementation is used, EndpointSchema should specify a valid relative or absolute HTTP path and a valid HTTP method e.g. "GET", "POST", etc.

Properties

NameTypeDescription
httpClient
p
HttpClient

Methods

invoke()

implements EndpointInvoker

No documentation has been provided.

Presentation
Parameters
NameTypeDescription
config
EndpointInvokeConfig
Returns