37 "desc":
"REST call data provider; makes a request to a REST server and returns the response",
38 "type":
"RestClientCallDataProvider",
40 "supports_request":
True,
45 AbstractDataProvider::DataProviderSummaryInfoKeys
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:35
const ProviderSummaryInfo
Provider summary info.
Definition: RestClientCallDataProvider.qc.dox.h:44
*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.
RestClient rest
REST client connection.
Definition: RestClientCallDataProvider.qc.dox.h:32
const RequestType
Request type.
Definition: RestClientCallDataProvider.qc.dox.h:49
*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:52
string getName()
Returns the data provider name.
constructor(*hash< auto > options)
Creates the object from constructor options.
Data type for REST call responses.
Definition: RestClientCallResponseDataType.qc.dox.h:27
Data type for REST client call requests with a specific method.
Definition: RestClientCallWithMethodRequestDataType.qc.dox.h:27
const ConstructorOptions
Constructor arguments.
Definition: RestClientDataProvider.qc.dox.h:42
Qore RestClientDataProvider module definition.
Definition: RestClientCallDataProvider.qc.dox.h:26