-
Notifications
You must be signed in to change notification settings - Fork 23
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
Added schemas and specifications for data retrieved from Google Places API. #352
Conversation
Changed frequency to intervals in specifications Updated type of array to pass tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
"type": "array", "items": { | ||
"name": "PlacesType", | ||
"type": "enum", | ||
"doc": "Categories of places based on their characteristics or attributes.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UNKNOWN
can be removed from the enum list if not required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated!
Hi, @yatharthranjan I also removed |
Should I also update the else block of when to null in radar-commons-android GooglePlacesManager here: (else -> |
yes please. |
Hi, I've made the suggested updates to the schemas and will make the required changes in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi, if this PR looks fine, can it be merged so that I can test data uploading for this plugin locally? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changes:
Added
google_places_info
schema.Created specification
google_places-1.0.0
, included specifications for google places API.Fixes #350