Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotify/web-api-examples
Basic examples to authenticate and fetch data using the Spotify Web API
https://github.com/spotify/web-api-examples
Last synced: 4 days ago
JSON representation
Basic examples to authenticate and fetch data using the Spotify Web API
- Host: GitHub
- URL: https://github.com/spotify/web-api-examples
- Owner: spotify
- License: apache-2.0
- Created: 2014-05-14T08:27:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T23:02:58.000Z (4 months ago)
- Last Synced: 2024-10-27T13:02:45.495Z (15 days ago)
- Language: HTML
- Size: 64.5 KB
- Stars: 1,989
- Watchers: 68
- Forks: 1,666
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Web API Examples
## Contents
- Authorization examples
- [Authorization Code]( /authorization/authorization_code/)
- [Authorization Code with PKCE extension]( /authorization/authorization_code_pkce/)
- [Client Credentials](/authorization/client_credentials)
- [Implicit Grant](/authorization/implicit_grant/)
- [Get User Profile example](/get_user_profile/)