Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/euhmeuh/racket-ovh
Unofficial Racket wrapper for OVH API
https://github.com/euhmeuh/racket-ovh
Last synced: about 2 months ago
JSON representation
Unofficial Racket wrapper for OVH API
- Host: GitHub
- URL: https://github.com/euhmeuh/racket-ovh
- Owner: euhmeuh
- License: lgpl-3.0
- Created: 2018-04-05T16:05:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T14:41:49.000Z (almost 7 years ago)
- Last Synced: 2024-11-15T10:42:23.118Z (about 2 months ago)
- Language: Racket
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-racket - racket-ovh - Unofficial Racket wrapper for OVH API. (Third-party APIs)
README
# racket-ovh
Unofficial Racket wrapper for OVH API## Build
`raco exe ovh-api.rkt`
Then you're free to add the produced `ovh-api` executable to your PATH.## Configure
Set the environment variables `OVH_API_KEY`, `OVH_SECRET_KEY` and `OVH_CONSUMER_KEY`.
See [the OVH documentation](https://api.ovh.com/g934.first_step_with_api) to get them.## Usage
`ovh-api GET /me`
`ovh-api --v7 --expand GET /hosting/privateDatabase`
`ovh-api --v7 -e -a \$fields displayName GET /hosting/privateDatabase`
`ovh-api --help` for available commands.## Disclaimer
This piece of software is in NO WAY related to OVH SAS nor any of its activities.
It is NOT undorsed nor developed by OVH SAS.
It is provided as a free and open source software under the terms of the GNU Lesser General Public License v3.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see .