Skip to content
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

Why are we doing a find before detailes? we can also jsut try details endpoint first | Also the 2 second earlier issue #132

Open
abedavidebe opened this issue Jun 14, 2023 · 0 comments

Comments

@abedavidebe
Copy link

I have a concern of losing reservations, since we are first trying /find/ endpoint to see avail slots and then details to get the booking token and paymentId, and then we do book.
Is it possible to try do /details/ right away and then /book/?

Also we are trying to start the bot 2 seconds earlier, what's the reason for that? wouldn't this cause us to do a find/ 2 seconds earlier ? and then not find anything ? and then the bot will stop?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant