Replies: 2 comments 7 replies
-
what's a prepared request (in the context of |
Beta Was this translation helpful? Give feedback.
6 replies
-
So basically my complaint is that my auth class needs to have a reference to the client. |
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
-
I'm a bit puzzled as to why auth_flow doesn't use prepared requests (requests merged with the stuff from the client).
Currently I'm holding a ref to the client in my auth class so I can use
client.build_request
but maybe there should be an easier way, either:Beta Was this translation helpful? Give feedback.
All reactions