Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Проверить методы и модели, используемые в yandex-music-extension #18

Open
22 of 25 tasks
AlexSnowLeo opened this issue May 19, 2021 · 4 comments
Assignees

Comments

@AlexSnowLeo
Copy link
Collaborator

AlexSnowLeo commented May 19, 2021

Добавить необходимые
https://github.com/acherkashin/yandex-music-extension/blob/master/src/yandexApi/yandexMusicApi.ts
Ссылка на клиент написанный на Python

  • getAccountStatus: /account/status get | not used
  • getFeed: /feed get | not used
  • getAlbum: /albums/{albumId}/with-tracks | used | no models
  • getAlbums: /albums post | used | no models
  • getLanding: /landing3 get | used | no models
  • getAllChartTracks: /landing3/chart/{chartType} get | used | no models
  • getAllNewPlayListsIds: /landing3/new-playlists get | used | no models
  • getAllNewReleasesIds: /landing3/new-releases get | used | no models
  • getActualPodcastsIds: /landing3/podcasts get | used | no models
  • getGenres: /genres get | not used
  • search: /search get | used | no models
  • getAllUserPlaylists: /users/{userId}/playlists/list get | used | no models
  • getPlayLists: /playlists/list/ post | used | has models
  • getPlaylist: /users/{userId}/playlists/{kind} get | used | no models~
  • getUserPlaylists: /users/{userId}/playlists get | not used | no models
  • createPlaylist: /users/{userId}/playlists/create post | not used | no models
  • removePlaylist: /users/{userId}/playlists/{kind}/delete post | not used | no models
  • renamePlaylist: /users/{userId}/playlists/{kind}/name post | not used | no models
  • addTracksToPlaylist: /users/{userId}/playlists/{kind}/change-relative post | not used | no models
  • removeTracksFromPlaylist: duplication of the addTracksToPlaylist
  • likeAction: /users/{userId}/likes/tracks/add-multiple | used | change path to use 'tracks' and operation as parameter
  • getLikedTracksIds: /users/{userId}/likes/tracks get| used | change path to use 'tracks' as parameter
  • getTracks: /tracks post | used | has models
  • getPopularTracks: /artists/{artistId}/track-ids-by-rating get | used | no models
  • getDownloadInfo: /tracks/{trackId}/download-info get | used | no models
@AlexSnowLeo
Copy link
Collaborator Author

Взял: getLanding: /landing3 get | used | no models

@acherkashin
Copy link
Owner

Взял: getTracks: /tracks post | used | has models

@acherkashin
Copy link
Owner

Взял: getDownloadInfo: /tracks/{trackId}/download-info get | used | no models

@acherkashin
Copy link
Owner

Взял: getLikedTracksIds: /users/{userId}/likes/tracks get

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants