exoscale / cs

A simple, yet powerful CloudStack API client for python and the command-line.
BSD 3-Clause "New" or "Revised" License
88 stars 36 forks source link

workaround for CloudStack API inconsistencies #6

Closed resmo closed 9 years ago

resmo commented 9 years ago

Following the definition deleteIso command should return a response 'deleteisoresponse', but does actually return 'deleteisosresponse'. See https://github.com/apache/cloudstack/blob/master/api/src/org/apache/cloudstack/api/command/user/iso/DeleteIsoCmd.java#L41

brutasse commented 9 years ago

Thanks! The joys of cloudstack's API…

brutasse commented 9 years ago

And I just released the updated version on PyPI.

resmo commented 9 years ago

thx!