You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Hi! I found this example from the NPMpage for trpc-openapi:
I can't seem to get the query parameter to come through the input after changing the method to POST.
Is there a way to get the query param on a POST request using trpc-openpai? I'm not using the body because the route is meant for 3rd party use and I don't have control over what gets sent over in the body, I do have control over the route that they will call, so I am trying to put the information in the URL.
Hi! I found this example from the NPMpage for

trpc-openapi:I can't seem to get the query parameter to come through the
inputafter changing themethodto POST.Is there a way to get the query param on a POST request using
trpc-openpai? I'm not using thebodybecause the route is meant for 3rd party use and I don't have control over what gets sent over in thebody, I do have control over the route that they will call, so I am trying to put the information in the URL.Thanks!