The REST client call data provider class.
Definition RestClientCallDataProvider.qc.dox.h:28
constructor(RestClient rest)
Creates the object from a REST connection.
const ProviderInfo
Provider info.
Definition RestClientCallDataProvider.qc.dox.h:32
const ProviderSummaryInfo
Provider summary info.
Definition RestClientCallDataProvider.qc.dox.h:36
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const RequestType
Request type.
Definition RestClientCallDataProvider.qc.dox.h:40
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const ResponseType
Response type.
Definition RestClientCallDataProvider.qc.dox.h:43
string getName()
Returns the data provider name.
constructor(*hash< auto > options)
Creates the object from constructor options.
The REST client data provider class, provides API classes as children.
Definition RestClientDataProviderBase.qc.dox.h:28
RestClient::RestClient rest
The REST client object.
Definition RestClientDataProviderBase.qc.dox.h:33
Qore RestClientDataProvider module definition.
Definition RestClientCallDataProvider.qc.dox.h:26
const RestClientCallResponseDataType
Constant type for REST call responses.
Definition RestClientCallResponseDataType.qc.dox.h:27
const RestClientCallWithMethodRequestDataType
Constant type for REST call requests with a method.
Definition RestClientCallWithMethodRequestDataType.qc.dox.h:27