JankesJanco
Results
1
issues of
JankesJanco
When calling `SoundCloud\Client::get()` method, e.g. ```php $client = new SoundCloud\Client($appKey, $appSecret, $redirectUri); $client->get('users/30994369/tracks'); ``` request will be made to `https://api.soundcloud.com/v1/users/30994369/tracks`, which is currently undocumented API endpoint (probably it is older...