docs: add demo GIF to README

This commit is contained in:
Mueez Khan 2025-05-01 17:42:07 -04:00 committed by GitHub
parent 00796552ce
commit 5376002177
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@
Rust library crate to access CKAN Action API endpoints through Rust builders. Based on the CKAN Action API v3. Endpoints are expected to return with an output of type `serde_json::Value`.
![ckanaction IDE hints demo](https://github.com/user-attachments/assets/515d5742-4a33-43b9-9f3f-4795d18579c0)
## Examples
Run `/package_list` endpoint with a limit of 5 results per page and print the output: