Ejemplo n.º 1
0
 def __init__(self, endpoint, cacert=None, debug=False):
     self._url = httpclient.get_url_without_trailing_slash(endpoint) + '/stream'
     self.debug = debug
     self.cacert = cacert
Ejemplo n.º 2
0
Archivo: core.py Proyecto: wingiti/st2
 def __init__(self, endpoint, cacert=None, debug=False):
     self._url = httpclient.get_url_without_trailing_slash(
         endpoint) + "/stream"
     self.debug = debug
     self.cacert = cacert
Ejemplo n.º 3
0
 def __init__(self, endpoint, cacert, debug):
     self._url = httpclient.get_url_without_trailing_slash(
         endpoint) + '/stream'
     self.debug = debug
     self.cacert = cacert