Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace EndpointRequest

An object containing details to make a REST request.

Properties

Optional contentType

contentType: undefined | string

The request content type.

Optional formParameters

formParameters: Array<NameValuePair>

The request form parameters represented as a list of name-value pairs.

Optional headers

The request headers represented as a list of name-value pairs.

Optional method

method: Method

The endpoint method - GET or POST.

Optional payload

payload: undefined | string

The request payload, applicable for POST requests.

url

url: string

The request URL.

Functions

getDeserializedJsonObj

getJsonObj