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

Artist class has no artist_location attribute (but Song class does) #23

Open
purplehat7 opened this issue Oct 30, 2013 · 1 comment
Open

Comments

@purplehat7
Copy link

Maybe this is because artist_location is fairly new to the API? (It's still in beta). Right now you can get an artist's location by doing artist.songs[0].artist_location, but it would be nice to be able to just do artist.artist_location.

@mobeets
Copy link

mobeets commented Nov 15, 2014

I agree, also, it would be nice to be able to search by artist location, e.g., artist.search(artist_location='boston')

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