This crate provides a framework to generate an executable to manipulate your REST HTTP API from CLI.
Have a look to the examples directory.
Per endpoint options.
route="/myroute"
nested(route = "/another_endpoint/{id}/here"))
id
File settings.toml
| option | description | |
| ---------- | -------------------- | -------------------------- |
| base | Base url of the api | |
| auth_token | token send as bearer | read by crud-auth-bearer
|
| | | |