DELETE method
GET method
Custom header of a REST method, type: string
POST method
PUT method
Path variable of a method's url, type: string
Query value of a method's url, type: string
Set the base URL of REST resource
base URL
Set default headers for every method of the RESTClient
deafult headers in a key-value pair
Set custom headers for a REST method
custom headers in a key-value pair
Generated using TypeDoc
Body of a REST method, type: key-value pair object Only one body per method!