Skip to content

livetennisapi 1.0.2

Choose a tag to compare

@bensynapse bensynapse released this 21 Jul 12:36
· 16 commits to main since this release

Fixed

A 403 on the history endpoint could not be attributed to a tier.

/history/matches used to be the entitlement floor, so nothing needed to name a tier for it. With the new FREE tier below it, a free key calling that method got an UpgradeRequired carrying no required-tier, leaving the caller with the API's bare upgrade_required and no idea which plan to buy. /history now maps to BASIC.

Mutation-verified: removing the mapping makes the new test fail.

Full changelog: https://github.com/livetennisapi/livetennisapi-python/blob/main/CHANGELOG.md