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
We could add more informations in our API endpoints to avoid chained requests in the client side (slowering down the final processing of data client-side)
For example: queryDuel first queries the duel, and then make a second API call to get the informations for the two users to be able to show the profile pictures.
The text was updated successfully, but these errors were encountered:
We could add more informations in our API endpoints to avoid chained requests in the client side (slowering down the final processing of data client-side)
For example:
queryDuel
first queries the duel, and then make a second API call to get the informations for the two users to be able to show the profile pictures.The text was updated successfully, but these errors were encountered: