* Update README.md
Improve usability of the README.md file
* Update CHANGELOG.md
change log following README changes
* Update CHANGELOG.md
* Update README.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update README.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update README.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update README.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update README.md
• Removed the License Section from the table of contents due to the new GitHub tab UI
• Updated link to not specify any specific version
* Update CHANGELOG.md
---------
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Updates the video link to a high definition video for setting the SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET values and authenticating. The old video was getting some complaints about people not being able to read the text (since it was low quality), so I've re-recorded it and replaced it with this new version.
* Adds changes to Chanelog
---------
Co-authored-by: Stéphane Bruckert <stephane.bruckert@gmail.com>
* Update search_markets method to apply the total parameter to all types, fixes#534
* Add integration tests for searching multiple types in multiple markets
* Update search_markets method to apply the total parameter to all types, add tests
---------
Co-authored-by: Stéphane Bruckert <stephane.bruckert@gmail.com>
* Improve URL and URI handling
* Back to SpotifyException for backward-compatibility
* fix copy paste typo
* TODO v3 comments
Co-authored-by: Stephane Bruckert <stephane.bruckert@gmail.com>
* Added additional video tutorial
Added additional link to video tutorial series by Ian Annase. The original tutorial is very low resolution and is hard to follow. The tutorial linked in this commit is entirely in HD and goes further in depth, including examples of possible functionality.
* Update index.rst
Adjusted link formatting.
* Update index.rst
Updated link formatting again because I'm an idiot.
* Update index.rst
Edited formatting to fix missing period and double wording.
* Added test_categories_country to use optional country selection for categories method.
* Added test_categories_locale for testing locale method of categories.
* Added test_categories_limit_low and test_categories_limit_high to test the limit method of categories for edge cases.
* Rearranged for flow
* Added test_category_playlists_limit_low and test_category_playlists_limit_high for testing the limit method.