From 53760021772990db6226df4522a719a5b8bbb80e Mon Sep 17 00:00:00 2001 From: Mueez Khan <30333942+rzmk@users.noreply.github.com> Date: Thu, 1 May 2025 17:42:07 -0400 Subject: [PATCH] docs: add demo GIF to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d58647a..8638886 100644 --- a/README.md +++ b/README.md @@ -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: