Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the long-form Spotify URL for user playlists. #299

Merged
merged 1 commit into from
Jan 8, 2021

Commits on Jan 7, 2021

  1. Use the long-form Spotify URL for user playlists.

    For logged in user 'foo',  Web API endpoint "me/playlists"
    returns the same as "users/foo/playlists" (including headers).
    When we use the former, the "next" links in the response always use
    the latter. This leaves us with a mix of URL formats in our cache
    and will make identifying/invalidating these entries harder.
    
    This change ensures all the URLs look the same. No behaviour has
    changed.
    kingosticks committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    5119e91 View commit details
    Browse the repository at this point in the history