-
Notifications
You must be signed in to change notification settings - Fork 962
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
albums endpoint should have country/market param #753
Comments
Can you please elaborate on:
|
This is the endpoint on spotify: https://developer.spotify.com/console/get-several-albums/. As you can see they have a "market" parameter. So I'm saying that this needs to be added to the "albums" endpoint. |
Just "album" is also missing a market/country param. |
You probably refer to |
Those are different endpoints...Artist_albums does not give any track information while spotify albums / album does, therefore have different responses / data. https://spotipy.readthedocs.io/en/2.19.0/#spotipy.client.Spotify.albums and https://spotipy.readthedocs.io/en/2.19.0/#spotipy.client.Spotify.album should have a "country" param. |
Oh sorry you are correct, I thought you linked to https://developer.spotify.com/console/get-artist-albums/ Yes, is missing a Same for: according to https://developer.spotify.com/console/get-album/ |
Has this been added yet? |
Very simple but the albums(albums) endpoint should be albums(albums, country). According to Spotify Get Several Albums.
The text was updated successfully, but these errors were encountered: