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
I was also looking into whether I could add the Middleware to the client after I get it back, but I couldn't find a way to modify a Tesla.Client after it is built.
Thanks!
The text was updated successfully, but these errors were encountered:
I'd like to add Tesla.Middleware.Logger to the
client
when making requests. Is that possible?It doesn't look like
ExForce.Client.Tesla.build_client/2
supports it:ex_force/lib/ex_force/client/tesla/tesla.ex
Line 34 in 4181e26
I was also looking into whether I could add the Middleware to the client after I get it back, but I couldn't find a way to modify a
Tesla.Client
after it is built.Thanks!
The text was updated successfully, but these errors were encountered: