Qorus Integration Engine  3.0.4.p7
OMQ::QorusSystemRestHelperBase Class Referenceabstract

base class for accessing the system REST API More...

Inheritance diagram for OMQ::QorusSystemRestHelperBase:
DataStreamClient::DataStreamClient OMQ::QorusSystemRestHelper

Public Member Functions

 constructor (*hash opts, *softbool do_not_connect)
 creates the object with the given options; a connection is automatically made unless the do_not_connect argument is False
 
 setURL (string url)
 sets the URL for the object
 
abstract any restDo (string m, string path, any args, *hash hdr, *hash opt, *reference info)
 executes the remote REST call and returns the response
 
any get (string path, any args, *hash hdr, *reference info)
 executes a GET call on the remote REST service and returns the response
 
any put (string path, any args, *hash hdr, *reference info)
 executes a PUT call on the remote REST service and returns the response
 
any post (string path, any args, *hash hdr, *reference info)
 executes a POST call on the remote REST service and returns the response
 
any del (string path, any args, *hash hdr, *reference info)
 executes a DELETE call on the remote REST service and returns the response
 

Static Public Member Functions

static hash toConfig (hash info)
 returns a hash of configuration information for the object
 

Public Attributes

const Defaults
 default values for connection options
 

Detailed Description

base class for accessing the system REST API


The documentation for this class was generated from the following file: