meetup-api
meetup-api copied to clipboard
GetFindIssues seems to ignore Page paremeter
In the API spec (v3) you can set page = value (i think its limited to 500 on meetups side) but using the method here I can't override the default which seems to be 200.
group_info = client.GetFindGroups({'country' : 'UK', 'location' : city, 'text' : text, 'radius' : 'global', "page" : "500"})
Am I doing something wrong here? Any help greatly apprichated.
@richarvey I am facing the same issue. Did you manage to find any fix for fetching more than 200 meetup groups ?
There isn't a "page" parameter on the Meetup API docs. Not sure what you meant? (Maybe things have changed in the past 12 months?)