tRPCttRPC
Powered by
MadaShindeInaiM
tRPC•3y ago•
9 replies
MadaShindeInai

T3 app tRPC external calls

Currently i'm just making Post request and formatting my payload to
{
    "0": {
        "json": {
            ....data <--- actual data.
          }
        }
      }
{
    "0": {
        "json": {
            ....data <--- actual data.
          }
        }
      }

format. It works.
Saw that people use trpc-openapi for that. Is it really necessary? What are downsides of my approach?
tRPCJoin
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,015Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

External calls
Adrian LysakowskiAAdrian Lysakowski / ❓-help
3y ago
Make server side tRPC calls on an external tRPC server ?
PavidR 🐈🐈PPavidR 🐈🐈 / ❓-help
15mo ago
how to connect trpc server (t3 stack) from my external nextjs app?
gimbledevGgimbledev / ❓-help
3y ago
Error in tRPC with Clerk in t3-app router
CsarChvzCCsarChvz / ❓-help
3y ago