![]() |
Qore SwaggerDataProvider Module Reference 1.3
|
The Swagger data provider base class. More...
#include <SwaggerDataProviderBase.qc.dox.h>
Public Member Methods | |
constructor () | |
Creates the object. | |
constructor (RestClient::RestClient rest) | |
Creates the object. | |
![]() | |
constructor () | |
Creates the object. | |
constructor (RestClient::RestClient rest) | |
Creates the object. | |
SwaggerSchema | getSchema () |
Returns the Swagger schema. | |
setLogger (*LoggerInterface logger) | |
Accepts a LoggerInterface object for logging (or clears it) | |
setRestClient (RestClient::RestClient rest) | |
Sets the RestClient. | |
*RestClient::RestClient | tryGetRestClient () |
Returns the RestClient. | |
Private Member Methods | |
hash< DataProviderInfo > | getStaticInfoImpl () |
Returns data provider static info. | |
Additional Inherited Members | |
![]() | |
*RestClient::RestClient | rest |
The REST client object for API calls. | |
SwaggerSchema | schema |
The Swagger schema. | |
The Swagger data provider base class.