111 const DefaultSendEncoding =
"gzip";
114 const RequiredOptions = ...;
188 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
static hash getOptions(hash opts)
returns options for the RestClient::constructor()
constructor(hash< auto > opts, *softbool do_not_connect)
creates the object with the given options (which include the mandatory apikey option for Sewio....
class for Sewio.net's RTLS Studio REST connections; returns SewioRestClient::SewioRestClient objects
Definition SewioRestClient.qm.dox.h:170
SewioRestClient getImpl(bool connect=True, *hash< auto >rtopts)
returns a SewioRestClient::SewioRestClient object
string getType()
returns "sewiorest"
constructor(hash< auto > config, *hash< auto > attr)
creates the SewioRestConnection object
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={})
creates the SewioRestConnection object
const ConnectionScheme
Connection entry info.
Definition SewioRestClient.qm.dox.h:174
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
the SewioRestClient namespace contains all the objects in the SewioRestClient module
Definition SewioRestClient.qm.dox.h:102