mirror of
https://github.com/dathere/ckanaction.git
synced 2026-02-04 02:05:32 +00:00
9 lines
243 B
Markdown
9 lines
243 B
Markdown
# 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
|
|
```
|