ynnadkrap/balldontlie

Metadata incomplete

ChobinhoNL opened this issue · 1 comments

According to documentation, this should be the metadata on the end of the JSON:
"meta": {
"total_pages": 1,
"current_page": 1,
"next_page": null,
"per_page": 30,
"total_count": 30
}

In truth, this is the reponse from the players endpoint:
"meta": {
"current_page": 1,
"next_page": 2,
"per_page": 100
}

I was using the total pages counter to load all the players in my DWH using ADF. This seems to be an error, as it was working like intended before last week.

@ynnadkrap I've encountered this problem too :/