Alkaar / resy-booking-bot

🔫 Helps to snipe hard to get reservations at restaurants that use resy
409 stars 215 forks source link

How do you specify target time and table type? #35

Closed Boh1 closed 2 years ago

Boh1 commented 2 years ago

I've been struggling through understanding how to specify the desired reservation time and table type (or simply no table preference).

I populate resTimeTypes with various values, but keep getting compilation errors like required: com.resy.ReservationTimeType.

I get that this gets converted to a sequence later, but what am I missing in terms of proper format for this value?

Alkaar commented 2 years ago

Check out this link where I answered this question previously 👉 https://github.com/Alkaar/resy-booking-bot/issues/27#issuecomment-1219538418

Boh1 commented 2 years ago

Thanks, that does it!

Alkaar commented 2 years ago

FYI since a lot of people had some confusion around how to set the reservation time and table type, I made a change to hopefully make this a little bit more clear 👉 https://github.com/Alkaar/resy-booking-bot/pull/54