mirror of
https://github.com/dathere/ckanaction.git
synced 2026-05-20 09:54:14 +00:00
8 lines
241 B
Markdown
8 lines
241 B
Markdown
# Example of using ckanaction to run the /package_list API endpoint
|
|
|
|
## Usage
|
|
the following command to run the `/package_list` CKAN Action API endpoint on `http://localhost:5000` and print the formatted debug output.
|
|
|
|
```bash
|
|
cargo run
|
|
```
|