Golang client for OVH
The official OVH API GO client only handles credential creation and requests signing. This project generates idimatic GO client for OVH apis using go-swagger generator.
- ovh/go-ovh: This project adapts official api wrappers from OVH
- cygy/ovhapi2openapi: A modified version is used to translate OVH API schema to Swagger 2.0 schema
- go-swagger/go-swagger: Used to generate GO client from Swagger 2.0 api schema