|
21 | 21 | use const PHP_QUERY_RFC1738; |
22 | 22 |
|
23 | 23 | /** |
24 | | - * @method \Psr\Http\Message\ResponseInterface albumAddTags(array $body = ['mbid', 'album', 'artist', 'tags']) |
25 | | - * @method \Psr\Http\Message\ResponseInterface albumGetInfo(array $params = ['mbid', 'album', 'artist', 'username', 'lang', 'autocorrect']) |
26 | | - * @method \Psr\Http\Message\ResponseInterface albumGetTags(array $params = ['mbid', 'album', 'artist', 'user', 'autocorrect']) |
27 | | - * @method \Psr\Http\Message\ResponseInterface albumGetTopTags(array $params = ['mbid', 'album', 'artist', 'autocorrect']) |
28 | | - * @method \Psr\Http\Message\ResponseInterface albumRemoveTag(array $body = ['mbid', 'album', 'artist', 'tag']) |
| 24 | + * @method \Psr\Http\Message\ResponseInterface albumAddTags(array $body = ['album', 'artist', 'tags']) |
| 25 | + * @method \Psr\Http\Message\ResponseInterface albumGetInfo(array $params = ['album', 'artist', 'autocorrect[0|1]', 'lang', 'mbid', 'username']) |
| 26 | + * @method \Psr\Http\Message\ResponseInterface albumGetTags(array $params = ['album', 'artist', 'autocorrect[0|1]', 'mbid', 'user']) |
| 27 | + * @method \Psr\Http\Message\ResponseInterface albumGetTopTags(array $params = ['album', 'artist', 'autocorrect[0|1]', 'mbid']) |
| 28 | + * @method \Psr\Http\Message\ResponseInterface albumRemoveTag(array $body = ['album', 'artist', 'tag']) |
29 | 29 | * @method \Psr\Http\Message\ResponseInterface albumSearch(array $params = ['album', 'limit', 'page']) |
30 | | - * @method \Psr\Http\Message\ResponseInterface artistAddTags(array $body = ['mbid', 'artist', 'tags']) |
| 30 | + * @method \Psr\Http\Message\ResponseInterface artistAddTags(array $body = ['artist', 'tags']) |
31 | 31 | * @method \Psr\Http\Message\ResponseInterface artistGetCorrection(array $params = ['artist']) |
32 | | - * @method \Psr\Http\Message\ResponseInterface artistGetInfo(array $params = ['mbid', 'artist', 'username', 'lang', 'autocorrect']) |
33 | | - * @method \Psr\Http\Message\ResponseInterface artistGetSimilar(array $params = ['mbid', 'artist', 'limit', 'autocorrect']) |
34 | | - * @method \Psr\Http\Message\ResponseInterface artistGetTags(array $params = ['mbid', 'artist', 'user', 'autocorrect']) |
35 | | - * @method \Psr\Http\Message\ResponseInterface artistGetTopAlbums(array $params = ['mbid', 'artist', 'autocorrect', 'page', 'limit']) |
36 | | - * @method \Psr\Http\Message\ResponseInterface artistGetTopTags(array $params = ['mbid', 'artist', 'autocorrect']) |
37 | | - * @method \Psr\Http\Message\ResponseInterface artistGetTopTracks(array $params = ['mbid', 'artist', 'autocorrect', 'page', 'limit']) |
38 | | - * @method \Psr\Http\Message\ResponseInterface artistRemoveTag(array $body = ['mbid', 'artist', 'tag']) |
| 32 | + * @method \Psr\Http\Message\ResponseInterface artistGetInfo(array $params = ['artist', 'autocorrect[0|1]', 'lang', 'mbid', 'username']) |
| 33 | + * @method \Psr\Http\Message\ResponseInterface artistGetSimilar(array $params = ['artist', 'autocorrect[0|1]', 'limit', 'mbid']) |
| 34 | + * @method \Psr\Http\Message\ResponseInterface artistGetTags(array $params = ['artist', 'autocorrect[0|1]', 'mbid', 'user']) |
| 35 | + * @method \Psr\Http\Message\ResponseInterface artistGetTopAlbums(array $params = ['artist', 'autocorrect[0|1]', 'limit', 'mbid', 'page']) |
| 36 | + * @method \Psr\Http\Message\ResponseInterface artistGetTopTags(array $params = ['artist', 'autocorrect[0|1]', 'mbid']) |
| 37 | + * @method \Psr\Http\Message\ResponseInterface artistGetTopTracks(array $params = ['artist', 'autocorrect[0|1]', 'limit', 'mbid', 'page']) |
| 38 | + * @method \Psr\Http\Message\ResponseInterface artistRemoveTag(array $body = ['artist', 'tag']) |
39 | 39 | * @method \Psr\Http\Message\ResponseInterface artistSearch(array $params = ['artist', 'limit', 'page']) |
40 | 40 | * @method \Psr\Http\Message\ResponseInterface chartGetTopArtists(array $params = ['limit', 'page']) |
41 | 41 | * @method \Psr\Http\Message\ResponseInterface chartGetTopTags(array $params = ['limit', 'page']) |
42 | 42 | * @method \Psr\Http\Message\ResponseInterface chartGetTopTracks(array $params = ['limit', 'page']) |
43 | | - * @method \Psr\Http\Message\ResponseInterface geoGetTopArtists(array $params = ['country', 'location', 'limit', 'page']) |
44 | | - * @method \Psr\Http\Message\ResponseInterface geoGetTopTracks(array $params = ['country', 'location', 'limit', 'page']) |
45 | | - * @method \Psr\Http\Message\ResponseInterface libraryGetArtists(array $params = ['user', 'limit', 'page']) |
46 | | - * @method \Psr\Http\Message\ResponseInterface tagGetInfo(array $params = ['tag', 'lang']) |
| 43 | + * @method \Psr\Http\Message\ResponseInterface geoGetTopArtists(array $params = ['country', 'limit', 'page']) |
| 44 | + * @method \Psr\Http\Message\ResponseInterface geoGetTopTracks(array $params = ['country', 'limit', 'location', 'page']) |
| 45 | + * @method \Psr\Http\Message\ResponseInterface libraryGetArtists(array $params = ['limit', 'page', 'user']) |
| 46 | + * @method \Psr\Http\Message\ResponseInterface tagGetInfo(array $params = ['lang', 'tag']) |
47 | 47 | * @method \Psr\Http\Message\ResponseInterface tagGetSimilar(array $params = ['tag']) |
48 | | - * @method \Psr\Http\Message\ResponseInterface tagGetTopAlbums(array $params = ['tag', 'limit', 'page']) |
49 | | - * @method \Psr\Http\Message\ResponseInterface tagGetTopArtists(array $params = ['tag', 'limit', 'page']) |
| 48 | + * @method \Psr\Http\Message\ResponseInterface tagGetTopAlbums(array $params = ['limit', 'page', 'tag']) |
| 49 | + * @method \Psr\Http\Message\ResponseInterface tagGetTopArtists(array $params = ['limit', 'page', 'tag']) |
50 | 50 | * @method \Psr\Http\Message\ResponseInterface tagGetTopTags() |
51 | | - * @method \Psr\Http\Message\ResponseInterface tagGetTopTracks(array $params = ['tag', 'limit', 'page']) |
| 51 | + * @method \Psr\Http\Message\ResponseInterface tagGetTopTracks(array $params = ['limit', 'page', 'tag']) |
52 | 52 | * @method \Psr\Http\Message\ResponseInterface tagGetWeeklyChartList(array $params = ['tag']) |
53 | | - * @method \Psr\Http\Message\ResponseInterface trackAddTags(array $body = ['mbid', 'artist', 'track', 'tags']) |
| 53 | + * @method \Psr\Http\Message\ResponseInterface trackAddTags(array $body = ['artist', 'tags', 'track']) |
54 | 54 | * @method \Psr\Http\Message\ResponseInterface trackGetCorrection(array $params = ['artist', 'track']) |
55 | | - * @method \Psr\Http\Message\ResponseInterface trackGetInfo(array $params = ['mbid', 'artist', 'track', 'username', 'autocorrect']) |
56 | | - * @method \Psr\Http\Message\ResponseInterface trackGetSimilar(array $params = ['mbid', 'artist', 'track', 'autocorrect', 'limit']) |
57 | | - * @method \Psr\Http\Message\ResponseInterface trackGetTags(array $params = ['mbid', 'artist', 'track', 'autocorrect', 'user']) |
58 | | - * @method \Psr\Http\Message\ResponseInterface trackGetTopTags(array $params = ['mbid', 'artist', 'track', 'autocorrect']) |
59 | | - * @method \Psr\Http\Message\ResponseInterface trackLove(array $body = ['mbid', 'artist', 'track']) |
60 | | - * @method \Psr\Http\Message\ResponseInterface trackRemoveTag(array $body = ['mbid', 'artist', 'track', 'tag']) |
61 | | - * @method \Psr\Http\Message\ResponseInterface trackSearch(array $params = ['artist', 'track', 'limit', 'page']) |
62 | | - * @method \Psr\Http\Message\ResponseInterface trackUnlove(array $body = ['mbid', 'artist', 'track']) |
63 | | - * @method \Psr\Http\Message\ResponseInterface trackUpdateNowPlaying(array $body = ['mbid', 'artist', 'track', 'album', 'trackNumber', 'context', 'duration', 'albumArtist']) |
64 | | - * @method \Psr\Http\Message\ResponseInterface userGetArtistTracks(array $params = ['user', 'artist', 'limit', 'page', 'startTimestamp', 'endTimestamp']) |
65 | | - * @method \Psr\Http\Message\ResponseInterface userGetFriends(array $params = ['user', 'limit', 'page', 'recenttracks']) |
| 55 | + * @method \Psr\Http\Message\ResponseInterface trackGetInfo(array $params = ['artist', 'autocorrect[0|1]', 'mbid', 'track', 'username']) |
| 56 | + * @method \Psr\Http\Message\ResponseInterface trackGetSimilar(array $params = ['artist', 'autocorrect[0|1]', 'limit', 'mbid', 'track']) |
| 57 | + * @method \Psr\Http\Message\ResponseInterface trackGetTags(array $params = ['artist', 'autocorrect[0|1]', 'mbid', 'track', 'user']) |
| 58 | + * @method \Psr\Http\Message\ResponseInterface trackGetTopTags(array $params = ['artist', 'autocorrect[0|1]', 'mbid', 'track']) |
| 59 | + * @method \Psr\Http\Message\ResponseInterface trackLove(array $body = ['artist', 'track']) |
| 60 | + * @method \Psr\Http\Message\ResponseInterface trackRemoveTag(array $body = ['artist', 'tag', 'track']) |
| 61 | + * @method \Psr\Http\Message\ResponseInterface trackSearch(array $params = ['artist', 'limit', 'page', 'track']) |
| 62 | + * @method \Psr\Http\Message\ResponseInterface trackUnlove(array $body = ['artist', 'track']) |
| 63 | + * @method \Psr\Http\Message\ResponseInterface trackUpdateNowPlaying(array $body = ['album', 'albumArtist', 'artist', 'context', 'duration', 'mbid', 'track', 'trackNumber']) |
| 64 | + * @method \Psr\Http\Message\ResponseInterface userGetFriends(array $params = ['limit', 'page', 'recenttracks', 'user']) |
66 | 65 | * @method \Psr\Http\Message\ResponseInterface userGetInfo(array $params = ['user']) |
67 | | - * @method \Psr\Http\Message\ResponseInterface userGetLovedTracks(array $params = ['user', 'limit', 'page']) |
68 | | - * @method \Psr\Http\Message\ResponseInterface userGetPersonalTags(array $params = ['user', 'limit', 'page', 'tag', 'taggingtype']) |
69 | | - * @method \Psr\Http\Message\ResponseInterface userGetRecentTracks(array $params = ['user', 'limit', 'page', 'from', 'to', 'extended']) |
70 | | - * @method \Psr\Http\Message\ResponseInterface userGetTopAlbums(array $params = ['user', 'limit', 'page', 'period']) |
71 | | - * @method \Psr\Http\Message\ResponseInterface userGetTopArtists(array $params = ['user', 'limit', 'page', 'period']) |
72 | | - * @method \Psr\Http\Message\ResponseInterface userGetTopTags(array $params = ['user', 'limit', 'page']) |
73 | | - * @method \Psr\Http\Message\ResponseInterface userGetWeeklyAlbumChart(array $params = ['user', 'from', 'to']) |
74 | | - * @method \Psr\Http\Message\ResponseInterface userGetWeeklyArtistChart(array $params = ['user', 'from', 'to']) |
75 | | - * @method \Psr\Http\Message\ResponseInterface userGetWeeklyTrackChart(array $params = ['user', 'from', 'to']) |
| 66 | + * @method \Psr\Http\Message\ResponseInterface userGetLovedTracks(array $params = ['limit', 'page', 'user']) |
| 67 | + * @method \Psr\Http\Message\ResponseInterface userGetPersonalTags(array $params = ['limit', 'page', 'tag', 'taggingtype[artist|album|track]', 'user']) |
| 68 | + * @method \Psr\Http\Message\ResponseInterface userGetRecentTracks(array $params = ['extended', 'from', 'limit', 'page', 'to', 'user']) |
| 69 | + * @method \Psr\Http\Message\ResponseInterface userGetTopAlbums(array $params = ['limit', 'page', 'period', 'user']) |
| 70 | + * @method \Psr\Http\Message\ResponseInterface userGetTopArtists(array $params = ['limit', 'page', 'period', 'user']) |
| 71 | + * @method \Psr\Http\Message\ResponseInterface userGetTopTags(array $params = ['limit', 'user']) |
| 72 | + * @method \Psr\Http\Message\ResponseInterface userGetTopTracks(array $params = ['limit', 'page', 'period', 'user']) |
| 73 | + * @method \Psr\Http\Message\ResponseInterface userGetWeeklyAlbumChart(array $params = ['from', 'to', 'user']) |
| 74 | + * @method \Psr\Http\Message\ResponseInterface userGetWeeklyArtistChart(array $params = ['from', 'to', 'user']) |
| 75 | + * @method \Psr\Http\Message\ResponseInterface userGetWeeklyChartList(array $params = ['user']) |
| 76 | + * @method \Psr\Http\Message\ResponseInterface userGetWeeklyTrackChart(array $params = ['from', 'to', 'user']) |
76 | 77 | */ |
77 | 78 | class LastFM extends OAuthProvider{ |
78 | 79 |
|
|
0 commit comments