hensei-api/spec
Justin Edmund 07e5488e0b Add custom page size support via X-Per-Page header
- Add page_size helper method to read from X-Per-Page header
- Set min (1) and max (100) bounds for page sizes
- Update all paginated endpoints to use dynamic page size
- Maintain backward compatibility with default sizes
2025-09-17 05:44:14 -07:00
..
controllers/concerns Migrate to Query Builder (#179) 2025-02-12 23:43:02 -08:00
factories Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
fixtures Fix filters and add processors (#181) 2025-02-17 23:51:50 -08:00
models Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
requests Add custom page size support via X-Per-Page header 2025-09-17 05:44:14 -07:00
services Fix filters and add processors (#181) 2025-02-17 23:51:50 -08:00
support/matchers Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
rails_helper.rb Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
spec_helper.rb Add first round of tests (#178) 2025-02-12 02:42:30 -08:00