2 Commits
Author SHA1 Message Date
Stevan Freeborn 905f7f945a style: use 2-space indentation across entire codebase
Add rustfmt.toml with tab_spaces = 2 and reformat all source files,
tests, and README code examples to use 2-space indentation.
2026-03-25 14:11:08 -05:00
Stevan Freeborn 9d63911fc1 feat: add lists endpoint with save and delete list item methods
Implement SaveListItemRequest and SaveListItemResponse models. Add
save_list_item (create/update via PUT) and delete_list_item methods.
Tests cover creating, updating, deleting list items and not-found error.
2026-03-25 13:45:29 -05:00