Qore SwaggerDataProvider Module Reference 1.3
Loading...
Searching...
No Matches
SwaggerDataProviderCommon.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace SwaggerDataProvider {
29
30public:
31protected:
33 SwaggerSchema schema;
34
37
38public:
39
42
43
46
47
49 setLogger(*LoggerInterface logger);
50
51
53 SwaggerSchema getSchema();
54
55
58
59
62
63};
64};
The Swagger data provider common base class.
Definition SwaggerDataProviderCommon.qc.dox.h:28
SwaggerSchema getSchema()
Returns the Swagger schema.
SwaggerSchema schema
The Swagger schema.
Definition SwaggerDataProviderCommon.qc.dox.h:33
constructor(RestClient::RestClient rest)
Creates the object.
*RestClient::RestClient rest
The REST client object for API calls.
Definition SwaggerDataProviderCommon.qc.dox.h:36
*RestClient::RestClient tryGetRestClient()
Returns the RestClient.
setRestClient(RestClient::RestClient rest)
Sets the RestClient.
setLogger(*LoggerInterface logger)
Accepts a LoggerInterface object for logging (or clears it)
Qore SwaggerDataProvider module definition.
Definition SwaggerDataProvider.qc.dox.h:26