Skip to content

Instantly share code, notes, and snippets.

@trnsnt
trnsnt / ovh_api.sh
Created October 31, 2017 14:58
Simple OVH API bash example
#!/bin/bash
OVH_CONSUMER_KEY="***"
OVH_APP_KEY="***"
OVH_APP_SECRET="***"
HTTP_METHOD="GET"
HTTP_QUERY="https://api.ovh.com/1.0/domain"
HTTP_BODY=""