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
default_url_params are only for filling parameters in the url. For example, if you have the following resources: /{company_id}/employees/ /{company_id}/finace/
You can pass default_url_params={'company_id': '123'}, so you don't have to specify it on every request.
There's currently no way to set a default refresh_auth for every request. Although it might be a interesting idea.
This was implemented by @era, maybe he has some example on were he used it.
I am guessing that one can use default_url_params to globally specify refresh_auth=True on every request?
If so it would be great to document this explicitly.
(Incidentally - are there any published wrappers using refresh_auth that I can take a look at?)
The text was updated successfully, but these errors were encountered: