You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, API_GetTicketData has the following routines:
Get details for a specific ticket by ticket ID
Get open tickets ordered by most recent
Get games with the most open tickets
Get ticket statistics for a specific user by username
Get ticket statistics for a specific game by game ID
Get ticket statistics for a specific achievement by achievement ID
This should be done in a way that isn't a breaking change, so maybe detect the legacy query params and fall through to the new endpoint code. Ideally, API_GetTicketData's primary job is to satisfy the "get details for a specific ticket" use case.
The text was updated successfully, but these errors were encountered:
Currently, API_GetTicketData has the following routines:
This should be done in a way that isn't a breaking change, so maybe detect the legacy query params and fall through to the new endpoint code. Ideally, API_GetTicketData's primary job is to satisfy the "get details for a specific ticket" use case.
The text was updated successfully, but these errors were encountered: