Skip to content

Instantly share code, notes, and snippets.

@michaellavelle
Created March 22, 2012 15:11
Show Gist options
  • Save michaellavelle/2158911 to your computer and use it in GitHub Desktop.
Save michaellavelle/2158911 to your computer and use it in GitHub Desktop.
SoundCloud soundCloud = new SoundCloudTemplate("mySoundCloudApiKey");
Page<Track> searchResults = soundCloud.tracksOperations().search("monsieur adi dancing with the dj");
Page<Track> favorites = soundCloud.usersOperations().userOperations("mattslip").getFavorites();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment