38 ServiceNowRestClient::ServiceNowRestClient
rest;
41 const ProviderInfo = ...;
45 const ConstructorOptions = ...;
49 const EnvOptions = ...;
53 constructor(ServiceNowRestClient::ServiceNowRestClient rest);
57 constructor(*hash<auto> options);
67 hash<DataProvider::DataProviderInfo> getStaticInfoImpl();
75 *list<string> getChildProviderNamesImpl();
85 *DataProvider::AbstractDataProvider getChildProviderImpl(
string name);
91 static *hash<auto> getClientOptions(*hash<auto> copts);
ServiceNowRestClient::ServiceNowRestClient rest
The REST client object for API calls.
Definition: ServiceNowRestDataProvider.qc.dox.h:38
Qore ServiceNowRestDataProvider module definition.
Definition: ServiceNowRestDataProvider.qc.dox.h:32