Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)