$darkmode
Qore RestClientDataProvider Module Reference 1.1
RestClientDataProviderBase.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace RestClientDataProvider {
29 
30 public:
31 protected:
34 
35 public:
36 
39 
40 
43 
44 
46  setLogger(*LoggerInterface logger);
47 
48 };
49 };
The REST client data provider class, provides API classes as children.
Definition: RestClientDataProviderBase.qc.dox.h:28
constructor(RestClient::RestClient rest)
Creates the object.
RestClient::RestClient rest
The REST client object.
Definition: RestClientDataProviderBase.qc.dox.h:33
setLogger(*LoggerInterface logger)
Accepts a LoggerInterface object for logging (or clears it)
Qore RestClientDataProvider module definition.
Definition: RestClientCallDataProvider.qc.dox.h:26