-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: add the ability to filter place reviews by newest. #468
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
Conversation
Please let me know if anything else is required for this PR. Would love to see this feature implemented as soon as possible. |
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.
Thank you for your pull request!
This repo tries to follow the API as closely as possible. Here are two adjustments to make before I can approve:
- Throughout, replace
review_sort_newest
withreviews_sort
and copy the parameter description fromreviews_sort
- In
places.py
L427, the type should bestring
and in L458, the param should be set to the value of the input argument.
…ion to match documentation
Thank you for the feedback! I've made the requested changes, please let me know if there is anything else you would like to see changed. |
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.
Thank you for incorporating the prior feedback! Just a couple more things. Please make sure the tests pass.
Thanks again, good callouts. I have made the requested updates, ensured tests pass locally. |
# [4.9.0](v4.8.0...v4.9.0) (2023-01-24) ### Features * add support for sorting reviews in Place Details requests ([#468](#468)) ([8afe628](8afe628))
🎉 This PR is included in version 4.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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:
Fixes #467 🦕