private AbstractDataField | <
Data type for REST call requests.
Definition: RestClientCallRequestDataType.qc.dox.h:27
Data type for REST call responses.
Definition: RestClientCallResponseDataType.qc.dox.h:27
const ConstructorOptions
Constructor arguments.
Definition: RestClientDataProvider.qc.dox.h:39
The REST client POST data provider class.
Definition: RestClientPostDataProvider.qc.dox.h:28
RestClient rest
REST client connection.
Definition: RestClientPostDataProvider.qc.dox.h:32
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ProviderSummaryInfo
Provider summary info.
Definition: RestClientPostDataProvider.qc.dox.h:44
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const ResponseType
Response type.
Definition: RestClientPostDataProvider.qc.dox.h:52
constructor(*hash< auto > options)
Creates the object from constructor options.
string getName()
Returns the data provider name.
const ProviderInfo
Provider info.
Definition: RestClientPostDataProvider.qc.dox.h:35
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const RequestType
Request type.
Definition: RestClientPostDataProvider.qc.dox.h:49
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
constructor(RestClient rest)
Creates the object from a REST connection.
Qore RestClientDataProvider module definition.
Definition: RestClientCallDataProvider.qc.dox.h:26