feat: add the ability to filter place reviews by newest.#468
Conversation
wangela
left a comment
There was a problem hiding this comment.
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_newestwithreviews_sortand copy the parameter description fromreviews_sort - In
places.pyL427, the type should bestringand 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. |
wangela
left a comment
There was a problem hiding this comment.
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))

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 🦕