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
{{ message }}
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
I am using this Java client to send foursquare request. there is a venuesExplore method to call explore api, but it only takes some of the parameters not all of them. For exmaple "sortByDistance", "time", "day" etc are not configurable.
Can we add another generic venuesExplore method to take a map of parameter names and values like what we are doing for venuesSearch?
The text was updated successfully, but these errors were encountered:
I am using this Java client to send foursquare request. there is a venuesExplore method to call explore api, but it only takes some of the parameters not all of them. For exmaple "sortByDistance", "time", "day" etc are not configurable.
Can we add another generic venuesExplore method to take a map of parameter names and values like what we are doing for venuesSearch?
The text was updated successfully, but these errors were encountered: