|
def __init__(self, hostname, context, username, api_shared_key, schema, port, default_headers=None):
|
|
def __init__(self, hostname, context, username, api_shared_key, schema, port, default_headers=None):
|
|
self.base = build_base_url(hostname, context, port, schema)
|
|
self.base = build_base_url(hostname, context, port, schema)
|
|
self.auth = LlnwUserAuth(self.username, self.api_shared_key)
|
|
self.auth = LlnwUserAuth(self.username, self.api_shared_key)
|