-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Incorrect unmatch API #12
Comments
Hi @mhluska At the time I wrote it, The gem uses an unofficial API, so it can break at any time... Pull-requests are appreciated! |
Ah I see. Yeah, I've confirmed that |
So renaming it |
It seems like the
tinder_client.remove
call expects a match ID not a user ID. This problem might exist in other areas of the API. I got stuck on this for a while. It would be good to rename it.Another issue is that if the
tinder_client.remove
call returns{status: 400}
because of passing in a user ID, the gem doesn't raise an error.Another issue, but this is personal preference, is the naming of the method. Why not just call it
unmatch
?The text was updated successfully, but these errors were encountered: