Jonathan López

Results 4 comments of Jonathan López

An example to override the credentials ``` from cloudsigma.resource import Server location1_credentials = dict( api_endpoint="https://zrh.cloudsigma.com/api/2.0/", username="[email protected]", password="******") location2_credentials = dict( api_endpoint="https://gva.cloudsigma.com/api/2.0/", username="[email protected]", password="******") location1_client = Server(**location1_credentials) print("ZRH Servers") print(len(location1_client.list())) location2_client...

It was merged on https://github.com/cloudsigma/pycloudsigma/pull/17.

As it relates to an older library version, we're closing it as not planned.

https://github.com/cloudsigma/pycloudsigma/blob/master/LICENSE