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
Right now, the app uses two API v1 calls to retrieve all user receipts:
GET Tickets (used: true)
GET Purchases
I propose a new GET Receipts endpoint to retrieve all receipts data through one endpoint. On the app side, it would mean reduced complexity (one less type to parse) and increased performance (one less API call).
The text was updated successfully, but these errors were encountered:
Right now, the app uses two API v1 calls to retrieve all user receipts:
I propose a new GET Receipts endpoint to retrieve all receipts data through one endpoint. On the app side, it would mean reduced complexity (one less type to parse) and increased performance (one less API call).
The text was updated successfully, but these errors were encountered: