We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: Shows fallback "no events".
Reason: Meetup is not supporting this API with an API key any more. https://secure.meetup.com/de-DE/meetup_api/key/
Possible solution: Use public API for events https://www.meetup.com/de-DE/meetup_api/docs/:urlname/events/?uri=%2Fmeetup_api%2Fdocs%2F%3Aurlname%2Fevents%2F#list . Unfortunately this only works per meetup group so it would mean to do a request per chapter and merge the results. Also the active chapters need to be listed for that.
The text was updated successfully, but these errors were encountered:
34ddee3
No branches or pull requests
Problem: Shows fallback "no events".
Reason: Meetup is not supporting this API with an API key any more. https://secure.meetup.com/de-DE/meetup_api/key/
Possible solution: Use public API for events https://www.meetup.com/de-DE/meetup_api/docs/:urlname/events/?uri=%2Fmeetup_api%2Fdocs%2F%3Aurlname%2Fevents%2F#list . Unfortunately this only works per meetup group so it would mean to do a request per chapter and merge the results. Also the active chapters need to be listed for that.
The text was updated successfully, but these errors were encountered: