Using LibSoundCloud-iOS with soundcloud.com

Objective-C integration

Install
# See https://github.com/Stofkat/LibSoundCloud-iOS
Returns the authenticated user’s information.
curl \
  -H "Authorization: $API_KEY" \
  https://api.soundcloud.com/me
Performs a user search based on a query
curl \
  -H "Authorization: $API_KEY" \
  https://api.soundcloud.com/users
Performs a track search based on a query
curl \
  -H "Authorization: $API_KEY" \
  https://api.soundcloud.com/tracks
SDK on GitHub 📄 API Docs
SDK
LibSoundCloud-iOS
Objective-C
API
soundcloud.com
soundcloud.com
At a glance
Language Objective-C
Endpoints59
Base URLhttps://api.soundcloud.com