clc.APIv2.api
index
/Users//clc_git/src/clc/APIv2/api.py

Private class that executes API calls.

 
Modules
       
clc
os
requests
sys
xml

 
Classes
       
API

 
class API
     Static methods defined here:
Call(method, url, payload={}, debug=False)
Execute v2 API call.
 
:param url: URL paths associated with the API call
:param payload: dict containing all parameters to submit with POST call
 
:returns: decoded API json result
DisableSSLVerify()
Disable SSL endpoint verification.
 
This also disable certification error warnings within log messages with scope extended
to all usages of the requests module.