Skip to content

Getting more detailed artist information #49

Answered by Slyyxp
kihyyo asked this question in Q&A
Discussion options

You must be logged in to vote

cc89184 I have implemented the endpoint that I think you're after and have renamed the existing get_artist() function to get_artist_albums()

Here's a quick snippet you can use to test this:
(Note: This has not yet been pushed to PyPi)

from rsack.clients import genie

client = genie.Client()
client.auth("username", "password")
meta = client.get_artist(80288928)
print(meta)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@kihyyo
Comment options

@Slyyxp
Comment options

Comment options

You must be logged in to vote
1 reply
@kihyyo
Comment options

Answer selected by Slyyxp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants