mpalazzolo / apple-music-python

A python wrapper for the Apple Music API
MIT License
94 stars 15 forks source link

Getting Resources for a Genre? #5

Closed chigkim closed 4 years ago

chigkim commented 4 years ago

Is that possible to get different resources such as playlists, new release albums, artists for a specific genre?

mpalazzolo commented 4 years ago

I don't think that is currently possible, but I may be wrong. Take a look here : . If there is a new endpoint for catalog resources under the genre section that I am missing let me know and I will get it implemented.

chigkim commented 4 years ago

Looking at the docs, I'm not exactly sure what relationship it supports.

https://developer.apple.com/documentation/applemusicapi/get_a_catalog_genre_s_relationship_directly_by_name

However, would this do what I want? Something like this?

|https://api.music.apple.com/v1/catalog/us/genres/14/playlits |