ckanaction/examples/status-show
2026-05-05 16:51:19 -04:00
..
src fix: update docs and errors with CKANError 2026-05-05 16:48:56 -04:00
.gitignore feat: add example of using status_show method 2026-02-03 18:13:21 -05:00
Cargo.lock chore: add Cargo.lock for example 2026-02-03 18:28:52 -05:00
Cargo.toml chore: update example to use latest version of ckanaction 2026-05-05 16:51:19 -04:00
README.md feat: add example of using status_show method 2026-02-03 18:13:21 -05:00

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.

cargo run