104 const RequiredOptions = ...;
107 const AuthPath =
"/oauth/token";
111 string client_secret;
181 "cls": Class::forName(
"BillwerkRestConnection"),
182 "options": RestConnection::ConnectionScheme.options + {
183 "client_id": <ConnectionOptionInfo>{
185 "desc":
"the client ID",
187 "client_secret": <ConnectionOptionInfo>{
189 "desc":
"the client secret",
193 "required_options": foldl $1 +
"," + $2, BillwerkRestClient::RequiredOptions,
207 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
constructor(hash< auto > options, *softbool do_not_connect)
creates the object with the given options
static hash< auto > getOptions(hash< auto > options)
returns options for the RestClient::constructor()
class for Billwerk.com REST connections; returns BillwerkRestClient::BillwerkRestClient objects
Definition: BillwerkRestClient.qm.dox.h:176
const ConnectionScheme
Connection entry info.
Definition: BillwerkRestClient.qm.dox.h:180
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
BillwerkRestClient getImpl(bool connect=True, *hash< auto > rtopts)
returns a BillwerkRestClient::BillwerkRestClient object
hash< auto > getConstructorOptions(hash< auto > options)
gets options for the constructor
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={})
creates the BillwerkRestConnection object
string getType()
returns "billwerkrest"
the BillwerkRestClient namespace contains all the objects in the BillwerkRestClient module
Definition: BillwerkRestClient.qm.dox.h:91