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.
constructor()
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