t
tRPC
t
tRPC
How can i interact with trpc server from kotlin androif
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
A
Ahmed Elsakaan
•
11/17/22, 9:40 AM
you can use trpc
-openapi to communicate between a trpc server and a non typescript client
A
Ahmed Elsakaan
•
11/17/22, 9:41 AM
or you can also take a look at the http specification and from that get an idea about the kind of URLs that you can fetch data from
https://trpc.io/docs/rpc
HTTP RPC Specification | tRPC
Methods Type mapping