Skip to main content

@mapgear/geoapps-core > IHttpClientOptions

IHttpClientOptions interface

Defines the constructor options for the HttpClient-class

Signature:
export interface IHttpClientOptions 

Properties

PropertyModifiersTypeDescription
bearerToken?string(Optional) A bearer token used for authenticating the requests to the server
requestBaseUrl?string(Optional) A request base url that is added automatically as prefix to all the endpoints that are provided through the request methods.