basvandorst / StravaPHP

Strava API REST client with OAuth authentication
MIT License
184 stars 67 forks source link

Add getClubAnnouncements, getClubGroupEvents, joinClub and leaveClub #11

Closed mcjimbob closed 8 years ago

mcjimbob commented 8 years ago

Hi there, thanks for creating this library. Has helped me greatly on an app that I am creating for my cycling club.

I realised there was some missing functionality surrounding clubs (specifically join and leave club) from the Strava API. Possibly new functions? So I added them. Cheers!

basvandorst commented 8 years ago

@mcjimbob Thanks a lot!

For now I'll merge your code in the master branch. Later on, I'm going to make time for testing this code and tagging it in the 1.1.0 branch.

Cheers