|
22 | 22 |
|
23 | 23 | /** |
24 | 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']) |
| 25 | + * @method \Psr\Http\Message\ResponseInterface albumGetInfo(array $params = ['album', 'artist', 'autocorrect', 'lang', 'mbid', 'username']) |
| 26 | + * @method \Psr\Http\Message\ResponseInterface albumGetTags(array $params = ['album', 'artist', 'autocorrect', 'mbid', 'user']) |
| 27 | + * @method \Psr\Http\Message\ResponseInterface albumGetTopTags(array $params = ['album', 'artist', 'autocorrect', 'mbid']) |
28 | 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 | 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 = ['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']) |
| 32 | + * @method \Psr\Http\Message\ResponseInterface artistGetInfo(array $params = ['artist', 'autocorrect', 'lang', 'mbid', 'username']) |
| 33 | + * @method \Psr\Http\Message\ResponseInterface artistGetSimilar(array $params = ['artist', 'autocorrect', 'limit', 'mbid']) |
| 34 | + * @method \Psr\Http\Message\ResponseInterface artistGetTags(array $params = ['artist', 'autocorrect', 'mbid', 'user']) |
| 35 | + * @method \Psr\Http\Message\ResponseInterface artistGetTopAlbums(array $params = ['artist', 'autocorrect', 'limit', 'mbid', 'page']) |
| 36 | + * @method \Psr\Http\Message\ResponseInterface artistGetTopTags(array $params = ['artist', 'autocorrect', 'mbid']) |
| 37 | + * @method \Psr\Http\Message\ResponseInterface artistGetTopTracks(array $params = ['artist', 'autocorrect', 'limit', 'mbid', 'page']) |
38 | 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']) |
|
52 | 52 | * @method \Psr\Http\Message\ResponseInterface tagGetWeeklyChartList(array $params = ['tag']) |
53 | 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 = ['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']) |
| 55 | + * @method \Psr\Http\Message\ResponseInterface trackGetInfo(array $params = ['artist', 'autocorrect', 'mbid', 'track', 'username']) |
| 56 | + * @method \Psr\Http\Message\ResponseInterface trackGetSimilar(array $params = ['artist', 'autocorrect', 'limit', 'mbid', 'track']) |
| 57 | + * @method \Psr\Http\Message\ResponseInterface trackGetTags(array $params = ['artist', 'autocorrect', 'mbid', 'track', 'user']) |
| 58 | + * @method \Psr\Http\Message\ResponseInterface trackGetTopTags(array $params = ['artist', 'autocorrect', 'mbid', 'track']) |
59 | 59 | * @method \Psr\Http\Message\ResponseInterface trackLove(array $body = ['artist', 'track']) |
60 | 60 | * @method \Psr\Http\Message\ResponseInterface trackRemoveTag(array $body = ['artist', 'tag', 'track']) |
61 | 61 | * @method \Psr\Http\Message\ResponseInterface trackSearch(array $params = ['artist', 'limit', 'page', 'track']) |
|
0 commit comments