Convenience function to get URL from endpoint #1813
agusterodin
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
RTK Query is transport mechanism agnostic - how would that look if the transport mechanism is graphql, grpc or SQL? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to be able to generate a URL from an endpoint for situations where you want the URL without using RTK query
Something like
apiEndpoints.getAllSubscriptionDetails.getUrl() which would return a string with the URL
Beta Was this translation helpful? Give feedback.
All reactions