Qore SewioRestClient Module Reference 1.4
Loading...
Searching...
No Matches
SewioRestClient::SewioRestConnection Class Reference

class for Sewio.net's RTLS Studio REST connections; returns SewioRestClient::SewioRestClient objects More...

#include <SewioRestClient.qm.dox.h>

Inheritance diagram for SewioRestClient::SewioRestConnection:
[legend]

Public Member Methods

 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
 
string getType ()
 returns "sewiorest"
 

Public Attributes

const ConnectionScheme = ...
 Connection entry info.
 

Private Member Methods

hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl ()
 Returns the ConnectionSchemeInfo hash for this object.
 
SewioRestClient getImpl (bool connect=True, *hash< auto >rtopts)
 returns a SewioRestClient::SewioRestClient object
 

Detailed Description

class for Sewio.net's RTLS Studio REST connections; returns SewioRestClient::SewioRestClient objects

In addition to all options supported by RestClientConnection, this connection class supports the following options:

  • "apikey": (required) the Sewio.net's RTLS Studio api key
See also
SewioRestClient::constructor() for more information on the above options

Member Function Documentation

◆ constructor() [1/2]

SewioRestClient::SewioRestConnection::constructor ( hash< auto >  config,
*hash< auto >  attr 
)

creates the SewioRestConnection object

Parameters
configwith the following keys:
  • name (required string): the connection name
  • display_name (optional string): the display name
  • short_desc (optional string): a short description in plain text
  • desc (optional string): a long description with markdown formatting
  • url (required string): the connection URL
  • opts (optional hash): connection options
  • logger (optional LoggerInterface object): logger for the connection
attroptional connection attributes
  • monitor (optional bool): should the connection be monitored? Default: True
  • enabled (optional bool): is the connection enabled? Default: True
  • locked (optional bool): is the connection locked? Default: False
  • debug_data (optional bool): debug data? Default: False
  • tags (optional hash): tags for the connection; no default value
Exceptions
CONNECTION-OPTION-ERRORmissing or invalid connection option or attribute

◆ constructor() [2/2]

SewioRestClient::SewioRestConnection::constructor ( string  name,
string  description,
string  url,
hash< auto >  attributes = {},
hash< auto >  options = {} 
)

creates the SewioRestConnection object

Parameters
namethe name of the connection
descriptionconnection description
urlconnection URL (potentially with password info)
attributesvarious attributes. See below
optionsconnection options

See AbstractConnection::constructor() for attributes and options reference.

Exceptions
CONNECTION-OPTION-ERRORmissing or invalid connection option

◆ getImpl()

SewioRestClient SewioRestClient::SewioRestConnection::getImpl ( bool  connect = True,
*hash< auto >  rtopts 
)
private

returns a SewioRestClient::SewioRestClient object

Parameters
connectif True, then the connection is returned already connected
rtoptsthis connection type does not accept any runtime options, so this parameter is ignored
Returns
a SewioRestClient object