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

https://github.com/thbkrkr/ovhapi-repl

OVH API REPL
https://github.com/thbkrkr/ovhapi-repl

Last synced: about 1 month ago
JSON representation

OVH API REPL

Awesome Lists containing this project

README

          

# OVH API REPL

## Usage

```
ovhapi_krkr () {
docker run --rm -ti \
--env-file $SECRETS/ovhapi-krkr.env \
-v $(pwd):/play --workdir /play \
krkr/ovhapi-repl
}
```

```
> ovhapi_krkr

Hello blurb!

ovhapi > GET /me | jq .address
"In the space"
```