rdohms / meetup-api-client

Guzzle powered Meetup.com API Client
MIT License
76 stars 24 forks source link

BC break - GetEvent removed in 2.2 #41

Closed pavlakis closed 8 years ago

pavlakis commented 8 years ago

With v2.2 GetEvent has been removed

Is there an alternative call?

rdohms commented 8 years ago

@pavlakis this is due to it being deprecated by Meetup, as you can see here: https://www.meetup.com/meetup_api/docs/2/event/#get

It was replaced by getGroupEvents.

This is indeed a BC, but its been a long time since release, so i'll leave the releases as they are.