Skip to content

v1.9.0

Choose a tag to compare

@cyruzin cyruzin released this 17 Oct 18:30
· 1 commit to master since this release
a211c48

What's Changed

fix: remove deprecated person tagged images endpoint by @cyruzin in #88

  • Remove PersonTaggedImages and PersonTaggedImagesAppend structs
  • Remove deprecated GetPersonTaggedImages function
  • 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.