Using react-native-spotify with spotify.com

Objective-C integration

Install
# See https://github.com/lufinkey/react-native-spotify
Get Current User's Profile
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.spotify.com/v1/me
Get Several Shows
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.spotify.com/v1/shows
Get Several Albums
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.spotify.com/v1/albums
SDK on GitHub 📄 API Docs
SDK
react-native-spotify
Objective-C
API
spotify.com
spotify.com:sonallux
At a glance
Language Objective-C
Endpoints89
Base URLhttps://api.spotify.com/v1