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
- Host: GitHub
- URL: https://github.com/thbkrkr/ovhapi-repl
- Owner: thbkrkr
- Created: 2017-02-01T12:09:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T10:24:47.000Z (over 8 years ago)
- Last Synced: 2025-03-02T17:48:19.408Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```