fix: 'id' key incorrectly passed as 'insert' for some endpoints, refactor with macros

This commit is contained in:
rzmk 2025-12-23 10:25:14 -05:00
parent beb267d5b5
commit 205f6e480b
4 changed files with 283 additions and 1000 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ckanaction"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API."
repository = "https://github.com/dathere/ckanaction"