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

Fix for a optional 'scope' attribute #65

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

Conversation

chrissekaran
Copy link

Sometimes google maps places API doesnt send a 'scope' attribute eventhough their documentation says it should alwaysbe eiter 'GOOGLE' or 'APP'

So not sending this attribute fails parsing the response with an IllegalArgumentException trying to get Scope.valueOf("")

@chrissekaran
Copy link
Author

The travis build is failing after running the unit tests trying to call the remote api and expects a key.

@billoneil
Copy link

resolves #66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants