def __init__(self, client=None, timeout=5): self.url = API_PRIVATE_ENDPOINT_REST.rstrip('/') self.timeout = timeout self.client = client
def setUp(self): self.metadata = MetadataManager() self.url = '/'.join([ API_PRIVATE_ENDPOINT_REST.rstrip('/'), 'SoftLayer_Resource_Metadata', 'something.json'])