Closed dmytrokoren closed 3 months ago
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 _handle_southwest_error_code
in the make_request function.
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
_handle_southwest_error_code
in the make_request function.
Sure I'll split it and sync the changes.
This PR is related to #278
Thanks @dmytrokoren!
Modified make_request and changed requests from GET to POST