Wiredcraft / dopy

Digital Ocean Python
MIT License
95 stars 62 forks source link

append v1 api to url and lowercase parameters #21

Closed jacoelho closed 9 years ago

jacoelho commented 9 years ago

Convert parameters to lowercase

digital_ocean "True" value should be in lowercase: true

zbal commented 9 years ago

I like the to_lower function, but that'd also apply it to the name and may break when some of the arguments are either list or dict. I prefer for the moment applied individually on params creation (applied).

Added the v1/v2 support in api end-point