Thanks to visit codestin.com
Credit goes to github.com

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: main
Choose a base ref
...
head repository: orestica/google-api-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 29, 2014

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

Commits on May 1, 2014

  1. Add a test for testing the new credential parameter added to function

    googleapi.discovery.build().
    Orest Bolohan committed May 1, 2014
    Configuration menu
    Copy the full SHA
    846af4c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. Rename scopesRequired()->scopes_required() and

    createdScoped()->create_scoped().
    Orest Bolohan committed May 2, 2014
    Configuration menu
    Copy the full SHA
    da1bd65 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. Throw an exception in case a credential is provided when a service

    requires no authorization.
    Orest Bolohan committed May 6, 2014
    Configuration menu
    Copy the full SHA
    e4f1afb View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

  1. Do not throw an exception when credentials with no scopes are passed …

    …in for building a service that does not require authentication. The expected behavior of the default credentials for such services is to do nothing.
    Orest Bolohan committed May 12, 2014
    Configuration menu
    Copy the full SHA
    adb78ab View commit details
    Browse the repository at this point in the history

Commits on May 17, 2014

  1. Rename credential parameter of the build method: build(credential) ->

    build(credentials).
    Orest Bolohan committed May 17, 2014
    Configuration menu
    Copy the full SHA
    bef598e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

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

Commits on May 22, 2014

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

Commits on May 29, 2014

  1. Applied Craig's suggestions.

    Orest Bolohan committed May 29, 2014
    Configuration menu
    Copy the full SHA
    fe30b42 View commit details
    Browse the repository at this point in the history
  2. Add some comments to clarify the case when custome credentials / Default

    Credentials are required for building a service.
    Orest Bolohan committed May 29, 2014
    Configuration menu
    Copy the full SHA
    fed2f94 View commit details
    Browse the repository at this point in the history
  3. Refactor how the credentials are handled in the process of building a

    service.
    Orest Bolohan committed May 29, 2014
    Configuration menu
    Copy the full SHA
    f564adc View commit details
    Browse the repository at this point in the history
Loading