This example assumes using SoundCloud; is in scope and apiKey contains your SoundCloud API key.
1234567
usingvarclient=newSoundCloudClient(apiKey);// SoundCloud uses the OAuth authorization scheme. Pass the raw access token to the client.varresult=awaitclient.Search.PerformsATrackSearchBasedOnAQueryAsync(q:"ambient",limit:10,linkedPartitioning:true);