cant access trpc endpoints via the browser
i'm converting some express endpoints to trpc, and I cant figure out how to access my endpoints via the browser for example http://localhost:3000/trpc/getbytenantid
my trpc endpoint
i get my data in the frontend no problem.
my express endpoint
express adapter
8 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
HTTP RPC Specification | tRPC
Methods Type mapping
GitHub
GitHub - rhenriquez28/trpc-client-devtools: An unofficial browser e...
An unofficial browser extension for inspecting queries, mutations and subscriptions in your tRPC app - GitHub - rhenriquez28/trpc-client-devtools: An unofficial browser extension for inspecting que...
GitHub
GitHub - sachinraja/trpc-playground: playground for running tRPC qu...
playground for running tRPC queries in the browser - GitHub - sachinraja/trpc-playground: playground for running tRPC queries in the browser
So with this can i access my trpc endpoints on different webisite by making and api request?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
that is what i want , thank you man , one more question do you have any example of trpc-openapi prisma example ?😅
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View