v1.9.0
What's Changed
fix: remove deprecated person tagged images endpoint by @cyruzin in #88
- Remove
PersonTaggedImagesandPersonTaggedImagesAppendstructs - Remove deprecated
GetPersonTaggedImagesfunction - Remove associated test cases:
- TestGetPersonTaggedImages
- TestGetPersonTaggedImagesFail
- TestGetPersonTaggedImagesWithOptions
- Fix TestGetTVSeasonDetailsWithOptions test
The /person/{id}/tagged_images endpoint has been deprecated by TMDB and is no longer functional. This change removes all related code to maintain a clean and functional codebase.
BREAKING CHANGE: The GetPersonTaggedImages function and related types have been removed as the underlying TMDB API endpoint is no longer available. Users should use alternative endpoints for similar functionality.