Using ios-musixmatch-app-extension with musixmatch.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/musixmatch/ios-musixmatch-app-extension
curl \
  # append ?apikey=$API_KEY to the URL \
  /album.get
curl \
  # append ?apikey=$API_KEY to the URL \
  /track.get
curl \
  # append ?apikey=$API_KEY to the URL \
  /artist.get
SDK on GitHub 📄 API Docs
SDK
ios-musixmatch-app-extension
Objective-C
API
musixmatch.com
musixmatch.com
At a glance
Language Objective-C
Endpoints16
✓ Official