| |
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
|