GET with Postman, impossible?
How do I test my GETs if the url needs to encoded? I don't know how to do it manually
2 Replies
HTTP RPC Specification | tRPC
Methods \ Type mapping
the tricky thing with postman might be that we're
JSON.stringify()
-ing the input args for queries