Qore SwaggerDataProvider Module Reference 1.3
Loading...
Searching...
No Matches
SwaggerDataProviderBase.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace SwaggerDataProvider {
29
30public:
33
34
37
38
40protected:
41 hash<DataProviderInfo> getStaticInfoImpl();
42public:
43
44};
45};
The Swagger data provider base class.
Definition SwaggerDataProviderBase.qc.dox.h:28
constructor(RestClient::RestClient rest)
Creates the object.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
The Swagger data provider common base class.
Definition SwaggerDataProviderCommon.qc.dox.h:28
*RestClient::RestClient rest
The REST client object for API calls.
Definition SwaggerDataProviderCommon.qc.dox.h:36
Qore SwaggerDataProvider module definition.
Definition SwaggerDataProvider.qc.dox.h:26