ApiRequest.this

Constructs a new ApiRequest.

class ApiRequest
this
(
HTTPMethod method
,
string serverUrl
,
string pathUrl
)

Parameters

method HTTPMethod

The HTTP method of the request.

serverUrl string

The base-URL of the server that offers the API.

pathUrl string

The endpoint-specific path to add to the request.

Meta