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
Make the /api/playlists/:playlistId/ backend endpoint do more (fetching added_by user data for display name), and have the frontend be simpler? Considering the question of small atomic endpoints versus more complicated endpoints that provide all the data the user needs: I'm already going to bundle the Spotify request with the database, so it might make sense to add this functionality too.
The text was updated successfully, but these errors were encountered:
Make the
/api/playlists/:playlistId/
backend endpoint do more (fetching added_by user data for display name), and have the frontend be simpler? Considering the question of small atomic endpoints versus more complicated endpoints that provide all the data the user needs: I'm already going to bundle the Spotify request with the database, so it might make sense to add this functionality too.The text was updated successfully, but these errors were encountered: