sachinraja / trpc-playground

playground for running tRPC queries in the browser
MIT License
281 stars 19 forks source link

Idea: Copy trpc request as curl #43

Open roninjin10 opened 1 year ago

roninjin10 commented 1 year ago

I often make a trpc request in playground, go to network tab, and copy as curl. This is super useful since making trpc requests by hand is hard so this is the easiest way to send people a curl.

Idea is to add this to trpc playground as an easy to click button