CRUD

This crate provides a framework to generate an executable to manipulate your REST HTTP API from CLI.

Have a look to the examples directory.

Options

Crud Options

Per endpoint options.

Field Options

Runtime Settings

File settings.toml

| option | description | | | ---------- | -------------------- | -------------------------- | | base | Base url of the api | | | auth_token | token send as bearer | read by crud-auth-bearer | | | | |