CLI tool to use the OVH HTTP API, thanks to the Go wrapper. For more, see:
- a blog post about
ovh-do
and using the OVH API; - OVH API documentation;
- source code of the Go wrapper.
An old version in python with less features is provided in
old/python/ovh-do
. Ultimately, Go was
favored, despite being less concise, because of:
- the safety of static typing (especially when using alpha API calls);
- ability to cross-compile and deploy a single static binary.