Skip to content

Feat/add shared query#60

Merged
Chucks1093 merged 2 commits into
accesslayerorg:mainfrom
robertocarlous:feat/Add-shared-query
Mar 27, 2026
Merged

Feat/add shared query#60
Chucks1093 merged 2 commits into
accesslayerorg:mainfrom
robertocarlous:feat/Add-shared-query

Conversation

@robertocarlous
Copy link
Copy Markdown
Contributor

Closes #34

Summary
Added parsePublicQuery helper to standardize public req.query parsing and validation output (ok/data vs ok/details).
Updated public creators endpoints to reuse the helper and remove duplicated query parsing / Zod error mapping code.

Testing
[x] pnpm lint
[x] pnpm build
[x] pnpm exec prisma generate

Checklist
[x] Linked issue or backlog item: #34
[x] No secrets or live credentials added
[x] Docs updated if setup or env changed (not needed)
[x] Change is scoped to one problem

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Mar 27, 2026

@robertocarlous Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@robertocarlous
Copy link
Copy Markdown
Contributor Author

@Chucks1093 pls check

@Chucks1093 Chucks1093 merged commit 911e20b into accesslayerorg:main Mar 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add shared query parsing helper for public endpoints

2 participants