We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eefc97 commit e7a499cCopy full SHA for e7a499c
README.md
@@ -1,6 +1,8 @@
1
Spotify Web API
2
===============
3
4
+[](https://travis-ci.org/jonjomckay/spotify-web-api)
5
+
6
## Requirements
7
8
* PHP 5.3+
@@ -36,8 +38,8 @@ Oauth2\Client\Provider\Spotify`):
36
38
$api->getTracks(array('id-1', 'id-2', 'id-3'));
37
39
$api->getUserProfile('id');
40
$api->getCurrentUser();
- $api->getPlaylist('id', 'userId');
- $api->getPlaylistTracks('id', 'userId');
41
+ $api->getUserPlaylist('userId', 'id');
42
+ $api->getUserPlaylistTracks('userId', 'id');
43
$api->getUserPlaylists('id');
44
```
45
0 commit comments