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
I'm trying to use the httpie CLI tool to quickly test out my tRPC backend and it works well for POST requests. But for GETs, tRPC requires you to embed the data as a JSON string in a query param like this:
Checklist
Enhancement request
Embed JSON in a query string for
GET
requests.Problem it solves
I'm trying to use the httpie CLI tool to quickly test out my tRPC backend and it works well for
POST
requests. But forGET
s, tRPC requires you to embed the data as a JSON string in a query param like this:It would be nice if there's a syntax that can support this kind of use case. Maybe it can look something like this:
The text was updated successfully, but these errors were encountered: