Skip to content
Discussion options

You must be logged in to vote

@melodyclue oRPC doesn't provide built-in hints for selecting GET or POST methods. In tRPC, you have .query and .mutation; in Hono, there’s .get, .post, etc. With oRPC, you'll need to instruct it explicitly using your own custom hints. More details here: https://orpc.unnoq.com/docs/client/rpc-link#custom-request-method

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@melodyclue
Comment options

@unnoq
Comment options

Answer selected by unnoq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants