nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.79k stars 154 forks source link

feat: Prepare request query and body in Server Routes according to route types #652

Open iBobik opened 2 months ago

iBobik commented 2 months ago

🆒 Your use case

I already use generics in route definitions, so other parts know what query and body API router expects. Issue in Nuxt and links to issues in other projects: https://github.com/nuxt/nuxt/issues/23009

🆕 The solution you'd like

I'd like dev tools to read this annotations and prepare query and body form with expected structure.

🔍 Alternatives you've considered

No response

ℹī¸ Additional info

No response