calling api endpoints from within a trpc api endpoint?
Hey all.
I have a series of api endpoints which may have to be reused across other api endpoints. I was wondering if this is possible?
As you can see, my
checkGuildAccess
needs access to the users access token. So I call the getAccessToken
endpoint from within the checkGuildAccess
endpoint. Is this valid? I am getting an error.
1 Reply
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View