...
Python client for the EIS Virtual Cloud RESTful APIĀ
Note |
---|
Latest release v0.2 |
The python client allows you to interact with the API using its self-descriptive methods, for instance creating a virtual machine is as easy as calling the create_vm method as follows:
...