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
The REST client POST data provider class.
Definition RestClientPostDataProvider.qc.dox.h:28
const ProviderSummaryInfo
Provider summary info.
Definition RestClientPostDataProvider.qc.dox.h:36
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ResponseType
Response type.
Definition RestClientPostDataProvider.qc.dox.h:43
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:32
*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:40
*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
const RestClientCallResponseDataType
Constant type for REST call responses.
Definition RestClientCallResponseDataType.qc.dox.h:27
const RestClientCallRequestDataType
Constant type for REST call requests.
Definition RestClientCallRequestDataType.qc.dox.h:27