Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use the official Google API python library #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2020

  1. feat: use the official Google API python library

    These changes will make use of the official `google-api-python-client`
    library instead of relying on manual HTTP requests.
    
    Therer are two main advantages of these changes:
    
    - the Tap doesn't need to worry about the Google API interaction
      details as its hidden away by the Google official lib.
    - We can use the authentication helpers from the lib to ease the
      credentials management for the user. In that way the current PR
      implements two auth mean: installed OAuth client authentication or
      Service Accounts authentication.
    
    The only downside of this change is that it breaks the current
    `config.json` parameters for existing users.
    paulRbr committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    4bf1940 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    ef3fa54 View commit details
    Browse the repository at this point in the history