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

Set response limit? #19

Closed kufhjer closed 3 years ago

kufhjer commented 4 years ago

How can I set a response limit on a request? For example, I need all achievements from a game in one request without going to the next page.

JBrame commented 4 years ago

@BeLimitless I looked at the same thing myself, you can set the max number or records for the the underlying xbox api to return. I tried querying the API setting the number of records higher than what was currently being returned, and it was still limited to 32 records per page. So, I don't think it's possible due to a MS restriction.

tuxuser commented 3 years ago

Yea some endpoints have a maximum count of entries to return.