Skip to content

Fallback to use new discovery uri pattern when the old one fails.#169

Closed
ethanbao wants to merge 1 commit intogoogleapis:masterfrom
ethanbao:master
Closed

Fallback to use new discovery uri pattern when the old one fails.#169
ethanbao wants to merge 1 commit intogoogleapis:masterfrom
ethanbao:master

Conversation

@ethanbao
Copy link
Contributor

@ethanbao ethanbao commented Feb 5, 2016

Fallback to use new discovery uri pattern when the old one fails. Some Google API are now using the new Discovery url style.

@googlebot
Copy link
Collaborator

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please let us know the company's name.

@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label Feb 5, 2016
VARNAME = re.compile('[a-zA-Z0-9_-]+')
DISCOVERY_URI = ('https://www.googleapis.com/discovery/v1/apis/'
'{api}/{apiVersion}/rest')
DISCOVERY_URI2 = ('https://{api}}.googleapis.com/$discovery/rest?'

This comment was marked as spam.

@nathanielmanistaatgoogle
Copy link
Contributor

Please address the CLA complaint by both authoring and committing from either your google.com account or an account that has signed Google's CLA.

@ethanbao ethanbao closed this Feb 8, 2016
akrherz pushed a commit to akrherz/google-api-python-client that referenced this pull request Apr 1, 2019
Using correct IV and key for decrypting in oauth2client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: no This human has *not* signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants