You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add relative_time_description property to PlaceReview (#273)
* feat: add relative_time_description property to PlaceReview
* add relativeTimeDescription to TestPlaceDetails
* chore: update places_test.go
Reverting to simplified test data committed after this PR was created.
---------
Co-authored-by: Angela Yu <[email protected]>
feat: add new place details fields (#280)
* feat: add new place details fields
* feat: add support for place reviews in place details
* feat: update place details tests
feat: add ability to pass the experience id within the context (#248)
Add ability to pass the experience id with the context on SDK get/post request. Useful when one SDK client used per different customers.