quixey / python-aliyun

Python API client for Aliyun, the Alibaba Cloud.
Apache License 2.0
37 stars 24 forks source link

Any examples on how to use this ? #20

Closed wzymaster closed 9 years ago

wzymaster commented 9 years ago

I am looking for some examples on how to use this lib so that I can easily use it in my python app, like :

1) create instance 2) create disk 3) attach disk 4) start instance 5) delete instance

Your help is highly appreciated !

wzymaster commented 9 years ago

I figure it out by walking through unit test codes. thanks.

addumb commented 9 years ago

Could you update here with what you put together? It might be nice to add an examples/ directory or something like that for common recipes.