Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-api-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.5
Choose a base ref
...
head repository: googleapis/google-api-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.6
Choose a head ref
  • 5 commits
  • 2,711 files changed
  • 5 contributors

Commits on Nov 8, 2020

  1. docs: Change error parsing to check for 'message' (#1083)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #1082 🦕
    mm326 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a341c5a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Add OAuth scopes link start.md (#1090)

    Add available scopes link in start.md --> Authentication Section 2 (Authorized API Access)
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #1089 🦕
    arnitdo authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    260cea7 View commit details
    Browse the repository at this point in the history
  2. docs: Update oauth docs to include snippet to get email address of au…

    …thenticated user (#1088)
    
    Fixes #1071  🦕
    
    Note: I changed `scopes=['profile', 'email'],` to `scopes=['openid', 'https://www.googleapis.com/auth/userinfo.email', 'https://www.googleapis.com/auth/userinfo.profile'],` in the examples because I received a warning that the scope has changed.
    
    > `Warning: Scope has changed from "email profile" to "https://www.googleapis.com/auth/userinfo.email openid https://www.googleapis.com/auth/userinfo.profile".`.
    parthea authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    25fba64 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

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

Commits on Nov 17, 2020

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