https://github.com/crackcomm/ovh
Golang client for OVH API with command line tool
https://github.com/crackcomm/ovh
ovh ovh-api
Last synced: 4 months ago
JSON representation
Golang client for OVH API with command line tool
- Host: GitHub
- URL: https://github.com/crackcomm/ovh
- Owner: crackcomm
- License: apache-2.0
- Created: 2015-11-14T15:54:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T22:27:21.000Z (almost 10 years ago)
- Last Synced: 2024-06-20T14:22:51.826Z (almost 2 years ago)
- Topics: ovh, ovh-api
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang OVH API client
[](https://godoc.org/github.com/crackcomm/ovh)
Golang API Client for OVH APi.
## Command Line Tool
```sh
$ go get -u github.com/crackcomm/ovh/...
$ go install github.com/crackcomm/ovh/ovh
$ ovh
NAME:
ovh - OVH command line tool
USAGE:
ovh [global options] command [command options] [arguments...]
VERSION:
1.0.0
COMMANDS:
auth requests authentication
domains domains
ns domain name servers
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--app-key OVH API Application Key [$OVH_APP_KEY]
--app-secret OVH API Application Secret [$OVH_APP_SECRET]
--consumer-key OVH API Consumer Key [$OVH_CONSUMER_KEY]
--help, -h show help
--version, -v print the version
```
## License
Apache 2.0 License.