seatgeek / api-support

A support channel for the SeatGeek Platform
9 stars 10 forks source link

[Feature] Allow `date_tbd` and `time_tbd` filters for events #43

Open stephenyeargin opened 7 years ago

stephenyeargin commented 7 years ago

Scenario: I want to show upcoming games, but because SeatGeek has added potential playoff match-ups (set for a date past the end of the season), the API response will have some events I do not need to worry about.

Current solution: Walk through response and filter out the ones that are date_tbd and time_tbd.

Preferred solution: Make a request with the time_tbd=0&date_tbd=0 appended to the query, returns only events with confirmed dates and times.