$darkmode
The REST client GET data provider class. More...
Public Member Functions | |
| constructor (*hash< auto > options) | |
| Creates the object from constructor options. | |
| constructor (RestClient rest) | |
| Creates the object from a REST connection. | |
| string | getName () |
| Returns the data provider name. | |
| hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info. | |
Public Member Functions inherited from RestClientDataProvider::RestClientDataProviderBase | |
| constructor () | |
| Creates the object. | |
| constructor (RestClient::RestClient rest) | |
| Creates the object. | |
| setLogger (*LoggerInterface logger) | |
| Accepts a LoggerInterface object for logging (or clears it) | |
Public Attributes | |
| const | ProviderInfo |
| Provider info. | |
| const | ProviderSummaryInfo |
| Provider summary info. | |
| const | RequestType = new RestClientCallWithoutBodyRequestDataType() |
| Request type. | |
| const | ResponseType = new RestClientCallResponseDataType() |
| Response type. | |
Protected Member Functions | |
| auto | doRequestImpl (auto req, *hash< auto > request_options) |
| Makes a request and returns the response. More... | |
| *AbstractDataProviderType | getRequestTypeImpl () |
| *AbstractDataProviderType | getResponseTypeImpl () |
| Returns the description of a response message, if this object represents a response message. More... | |
Additional Inherited Members | |
Protected Attributes inherited from RestClientDataProvider::RestClientDataProviderBase | |
| RestClient::RestClient | rest |
| The REST client object. | |
The REST client GET data provider class.
|
protected |
Makes a request and returns the response.
| req | the request info |
| request_options | the request options after processing by validateRequestOptions() |
|
protected |
Makes a request and returnscallwithoutbody Returns the description of a successful request message, if any
|
protected |
Returns the description of a response message, if this object represents a response message.