SweetzpotAS / StravaZpot-Android

A fluent API to integrate with Strava on Android apps
70 stars 35 forks source link

Added deauthorize api #13

Closed alessionunzi closed 6 years ago

alessionunzi commented 6 years ago

I really love this library but given it doesn't offer a way to deauthorise the user and I needed to do that in my app, I've wrote the api and I hope you can merge it to your repository

truizlop commented 6 years ago

Thanks for your Pull Request @alessionunzi. However, in order to accept it, tests must pass at CI. Please, make sure to fix this and I will be happy to merge it.

alessionunzi commented 6 years ago

Apologies @truizlop, I didn't notice the failing test. It's fixed now so please merge it :)

truizlop commented 6 years ago

Your changes are included in version 1.3, already released. Thanks for your contribution!

alessionunzi commented 6 years ago

Thank you!