clinejj / foursquare-api-java

Foursquare V2 API for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide a generic way to do venue/explore request

yaowentu opened this issue · comments

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?