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

To-Do List #4

Open
7 of 41 tasks
davipatricio opened this issue Oct 22, 2023 · 0 comments
Open
7 of 41 tasks

To-Do List #4

davipatricio opened this issue Oct 22, 2023 · 0 comments

Comments

@davipatricio
Copy link
Contributor

This is a list of methods and features lacking support in lastfm-ts.

  • User tokens/authentication

  • Application tokens/authentication

  • Album

    • album.addTags (requires User auth)
    • album.getInfo
    • album.getTags
    • album.getTopTags
    • album.removeTag (requires User auth)
    • album.search
  • Artist

    • artist.addTags (requires User auth)
    • artist.getCorrection
    • artist.getInfo
    • artist.getSimilar
    • artist.getTags
    • artist.getTopAlbums
    • artist.getTopTags
    • artist.getTopTracks
    • artist.removeTag (requires User auth)
    • artist.search
  • Auth

    • auth.getMobileSession (requires User auth)
    • auth.getSession (requires User auth)
    • auth.getToken (requires User auth)
  • Geo

    • geo.getTopArtists
    • geo.getTopTracks
  • Library

    • library.getArtists
  • Tracks

    • track.addTags (requires User auth)
    • track.getCorrection
    • track.getSimilar
    • track.getTags
    • track.getInfo
    • track.getTopTags
    • track.love (requires User auth)
    • track.scrobble (requires User auth)
    • track.search
    • track.unlove (requires User auth)
    • track.updateNowPlaying (requires User auth)
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

1 participant