ckanaction/examples/status-show
2026-05-05 17:26:59 -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: examples update and docs, add package-list example 2026-05-05 17:26:59 -04:00
Cargo.toml chore: examples update and docs, add package-list example 2026-05-05 17:26:59 -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