fabro/crates/arc-api/src
Bryan Helmkamp e4f953acfc Simplify retro filtering: typed smoothness, remove double serialization
- Use SmoothnessRating enum instead of String for smoothness filter param
- Remove duplicate default_page_limit(), reuse pub fn from server module
- Replace Json(json!(detail)) with Json(detail) to avoid double serialization

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-06 16:07:51 -05:00
..
demo Simplify retro filtering: typed smoothness, remove double serialization 2026-03-06 16:07:51 -05:00
error.rs Adopt uniform error response format across Arc API 2026-03-04 21:32:24 -05:00
jwt_auth.rs Per-request demo mode with UI toggle 2026-03-06 07:30:23 -05:00
lib.rs Adopt uniform error response format across Arc API 2026-03-04 21:32:24 -05:00
serve.rs Per-request demo mode with UI toggle 2026-03-06 07:30:23 -05:00
server.rs Simplify retro filtering: typed smoothness, remove double serialization 2026-03-06 16:07:51 -05:00
server_config.rs Return structured JSON for run config and server config 2026-03-06 14:04:57 -05:00
tls.rs Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00