OpenXbox / xbox-webapi-python

A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
https://pypi.python.org/pypi/xbox-webapi
MIT License
175 stars 44 forks source link

(Help wanted) titlehub: Add genres to detail model #64

Closed jcxldn closed 2 years ago

jcxldn commented 3 years ago

At the moment, I've added genres to the model as an Optional, (get_titles_batch & get_title_info both return it in live requests) but in my testing, get_title_history seems to return "detail":null)

Should we update the data json and go from there? We might need to use a different xuid with activity (?)

tuxuser commented 2 years ago

LGTM as you did it.