An open API service indexing awesome lists of open source software.

https://github.com/thbkrkr/ovhapi-bash-cli

OVH API Bash CLI
https://github.com/thbkrkr/ovhapi-bash-cli

Last synced: about 1 month ago
JSON representation

OVH API Bash CLI

Awesome Lists containing this project

README

          

# OVH API Bash CLI

A bash CLI for the OVH API.

```
> d run --rm --env-file thb.env krkr/ovshapi GET /me | jq .firstname
--> GET https://api.ovh.com/1.0/me 200 in 0.694s
"blurb"
```