brewlog/src/infrastructure
Jon Seager c2e9c7395c
feat(cups): add HTTP client for cups API
- Add CupsClient with create, list, get, update, delete methods
- Register cups() accessor on BrewlogClient
2026-02-03 16:36:14 +00:00
..
client feat(cups): add HTTP client for cups API 2026-02-03 16:36:14 +00:00
repositories feat(cups): add SQL repository with timeline event integration 2026-02-03 16:36:10 +00:00
auth.rs chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00
backup.rs feat(cafes): add SQL repository, HTTP client, and backup support 2026-02-03 14:52:44 +00:00
database.rs feat(search): add SearchFilter and DatabaseDriver to pagination infrastructure 2026-02-03 12:51:08 +00:00
mod.rs feat(cafes): add nearby cafe search via Nominatim API 2026-02-03 15:56:28 +00:00
osm.rs test(cafes): add integration tests for nearby cafe search API 2026-02-03 16:03:54 +00:00