feat: add example of using status_show method

This commit is contained in:
rzmk 2026-02-03 18:13:21 -05:00
parent 6df4f863f1
commit 723130792c
5 changed files with 1775 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Example of using ckanaction to run the /status_show API endpoint
## Usage
Run the following command to run the `/status_show` CKAN Action API endpoint on `http://localhost:5000` and print the formatted debug output.
```bash
cargo run
```