Using SoundcloudSDK with soundcloud.com

Swift integration

Install
# See https://github.com/delannoyk/SoundcloudSDK
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
SoundcloudSDK
Swift
API
soundcloud.com
soundcloud.com
At a glance
Language Swift
Endpoints59
Base URLhttps://api.soundcloud.com