https://github.com/appscode/go-ovh
Golang client for OVH
https://github.com/appscode/go-ovh
Last synced: 5 months ago
JSON representation
Golang client for OVH
- Host: GitHub
- URL: https://github.com/appscode/go-ovh
- Owner: appscode
- License: apache-2.0
- Archived: true
- Created: 2017-11-25T23:23:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T06:34:15.000Z (over 7 years ago)
- Last Synced: 2024-06-20T19:22:04.954Z (almost 2 years ago)
- Language: Go
- Size: 8.44 MB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://godoc.org/github.com/appscode/go-ovh)
[](https://goreportcard.com/report/github.com/appscode/go-ovh)
# go-ovh
Golang client for OVH
## Motivation
The official [OVH API GO client](https://github.com/ovh/go-ovh) only handles credential creation and requests signing. This project generates idimatic GO client for OVH apis using [go-swagger](https://github.com/go-swagger/go-swagger) generator.
### Acknowledgement
- [ovh/go-ovh](https://github.com/ovh/go-ovh): This project adapts official api wrappers from OVH
- [cygy/ovhapi2openapi](https://github.com/cygy/ovhapi2openapi): A modified version is used to translate OVH API schema to Swagger 2.0 schema
- [go-swagger/go-swagger](https://github.com/go-swagger/go-swagger): Used to generate GO client from Swagger 2.0 api schema