RestRequest interface

The properties that make up a REST request

Properties

authentication

The authentication information required in the request to the health provider.

method

The HTTP method to use for the request. Possible values include: 'GET', 'POST'

uri

The HTTP URI to use for the request.

Property Details

authentication

The authentication information required in the request to the health provider.

authentication: RestRequestAuthenticationUnion

Property Value

method

The HTTP method to use for the request. Possible values include: 'GET', 'POST'

method: RestRequestMethod

Property Value

uri

The HTTP URI to use for the request.

uri: string

Property Value

string