35 const ProviderInfo = ...;
39 const ConstructorOptions = ...;
The MewsRest data provider base class.
Definition MewsRestDataProviderBase.qc.dox.h:28
*string getDesc()
Returns the data provider description.
constructor(*hash< auto > options)
Creates the object from constructor options.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
constructor(MewsRestClient mews)
Creates the object from the REST client.
string getName()
Returns the data provider name.
Qore MewsRestDataProvider module definition.
Definition MewsRestAccountNotesTableDataProvider.qc.dox.h:26
const AppName
MewsRest app name.
Definition MewsRestDataProvider.qc.dox.h:28