meetup-api icon indicating copy to clipboard operation
meetup-api copied to clipboard

GetFindIssues seems to ignore Page paremeter

Open richarvey opened this issue 6 years ago • 2 comments

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 avatar Nov 09 '18 13:11 richarvey

@richarvey I am facing the same issue. Did you manage to find any fix for fetching more than 200 meetup groups ?

sanjivsoni avatar Feb 18 '19 06:02 sanjivsoni

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?)

yijinlee avatar Nov 18 '19 12:11 yijinlee