Qore SwaggerDataProvider Module Reference 1.3
Loading...
Searching...
No Matches
SwaggerDataProvider::SwaggerDataProviderCommon Class Reference

The Swagger data provider common base class. More...

#include <SwaggerDataProviderCommon.qc.dox.h>

Inheritance diagram for SwaggerDataProvider::SwaggerDataProviderCommon:
[legend]

Public Member Functions

 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.

Protected Attributes

*RestClient::RestClient rest
 The REST client object for API calls.
SwaggerSchema schema
 The Swagger schema.

Detailed Description

The Swagger data provider common base class.