brewlog/src/infrastructure/client
Jon Seager 00477bdbc0
feat(roast): add update command for consistency with other entities
- Add PUT /api/v1/roasts/:id route handler
- Add update() method to roasts HTTP client
- Add UpdateRoastCommand to CLI with optional fields
- Add CLI tests for roast update authentication and functionality

Brings roast entity in line with roaster, bag, and gear which all
support add/list/get/update/delete operations.
2026-02-02 17:09:32 +00:00
..
bags.rs fix(api): make all roast and bag endpoints return enriched types 2026-02-02 16:43:31 +00:00
gear.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
mod.rs feat(infrastructure): implement Gear repository and HTTP client 2026-02-02 15:19:19 +00:00
roasters.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00
roasts.rs feat(roast): add update command for consistency with other entities 2026-02-02 17:09:32 +00:00
tokens.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00