79 namespace SewioRestClient {
163 const OptionList =
Options.keys();
static hash getOptions(hash opts)
returns options for the RestClient::constructor()
static SewioRestConnection make(string name, string desc, string url, bool monitor, *hash opts, hash urlh)
static constructor
*hash getDefaultOptions()
returns default options
const Options
SewioRestConnection object connection options.
Definition: SewioRestClient.qm.dox.h:159
string getType()
returns "sewiorest"
const DefaultSendEncoding
default send encoding
Definition: SewioRestClient.qm.dox.h:90
this class provides the REST client API for communication with Sewio.net's RTLS Studio servers ...
Definition: SewioRestClient.qm.dox.h:85
class for Sewio.net's RTLS Studio REST connections; returns SewioRestClient::SewioRestClient objects ...
Definition: SewioRestClient.qm.dox.h:154
SewioRestClient getImpl(bool connect=True, *hash rtopts)
returns a SewioRestClient::SewioRestClient object
const RequiredOptions
required options
Definition: SewioRestClient.qm.dox.h:93
constructor(string name, string desc, string url, bool monitor, *hash opts, hash urlh)
creates the SewioRestConnection object
hash getOptions()
gets options