You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(api): adapt GET /data to use native document query
- Rewrites the `_handleGet` method in the collection route handler
to accept a single, JSON-encoded `filter` parameter.
- Removes the complex logic for translating individual URL parameters
into a query map.
- Eliminates the `_camelToSnake` helper, as the API now passes
native model field names to the data layer.
- This change simplifies the API handler and aligns it with a
document-native query model, making it more flexible and robust.
0 commit comments