-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Check-in changes #282
Check-in changes #282
Conversation
Modified click action
Thanks for the PR @dmytrokoren. There are multiple different changes in this PR (changing how check-ins are done and better avoidance of 403/429). Could you split this into multiple PRs? You can keep this one for the 403/429 avoidance and make another for the check-in change. It'll make it easier to review each one individually and will help the repo history make more sense and easier to maintain. Also, it doesn’t look like your branch is up to date with the latest develop changes. It’s missing the new |
Sure I'll split it and sync the changes. |
This PR is related to #278 |
The request mocks need to be changed to POST requests as that is what the Southwest API now uses.
Thanks @dmytrokoren! |
Modified make_request and changed requests from GET to POST