fbessez / Tinder

Official November 2019 Documentation for Tinder's API (wrapper included)
MIT License
841 stars 198 forks source link

Updated all_matches to support paging #112

Closed Gabryxx7 closed 1 year ago

Gabryxx7 commented 4 years ago

Added a recursive call that keeps loading the next page, appending to the list of matches

Gabryxx7 commented 4 years ago

I realised that the va riable messages in the API call simply means "return all the matches with/without messages". Edited the method to retreive ALL the matches including the ones with messages