dadocsis

Results 2 issues of dadocsis

Consider the following snippet using the automatic token refresh strategy: https://requests-oauthlib.readthedocs.io/en/latest/oauth2_workflow.html#third-recommended-define-automatic-token-refresh-and-update ``` from requests_oauthlib import OAuth2Session client = OAuth2Session(client_id, token=token, auto_refresh_url=refresh_url, auto_refresh_kwargs=extra, token_updater=token_saver) r = client.get(protected_url, params=qs) ``` The params=qs...

Similar to #33 "Out of the box" 1. clone and cd into fresh repo, pip install -r requirements 2. copy ./Defaults/settings.py & mappings.py to ../ 3. cd into ./Samples 4....