ispapi.connection
index
/var/www/whmcs-dev2/whmcs/ispapi/python/ispapi/connection.py

 
Modules
       
ispapi
urllib

 
Classes
       
Connection

 
class Connection
     Methods defined here:
__init__(self, config)
Constructor
call(self, command, config=None)
Make a curl API call and returns the response as a response object
call_raw(self, command, config=None)
Make a curl API call and returns the response as a string
call_raw_http(self, command, config=None)
Make a curl API call over HTTP(S) and returns the response as a string