homebox/backend/app/api/handlers/v1
Hayden db80f8a159
chore: refactor api endpoints (#339)
* move typegen code

* update taskfile to fix code-gen caches and use 'dir' attribute

* enable dumping stack traces for errors

* log request start and stop

* set zerolog stack handler

* fix routes function

* refactor context adapters to use requests directly

* change some method signatures to support GID

* start requiring validation tags

* first pass on updating handlers to use adapters

* add errs package

* code gen

* tidy

* rework API to use external server package
2023-03-20 20:32:10 -08:00
..
assets feat: QR Codes (#226) 2023-01-18 20:44:06 -09:00
controller.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
partials.go feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
query_params.go fix: conditionally filter parent locations (#133) 2022-11-02 11:54:43 -08:00
v1_ctrl_actions.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_assets.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_auth.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_group.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_items.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_items_attachments.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_labels.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_locations.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_maint_entry.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_notifiers.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_qrcode.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_reporting.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_statistics.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
v1_ctrl_user.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00