mirror of
https://github.com/dathere/ckanaction.git
synced 2026-02-04 02:05:32 +00:00
feat: add example of using status_show method
This commit is contained in:
parent
6df4f863f1
commit
723130792c
5 changed files with 1775 additions and 0 deletions
9
examples/status-show/README.md
Normal file
9
examples/status-show/README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue