Skip to content

Add a provider logo URL snippet to the image utility docs #8

@TDanks2000

Description

@TDanks2000

Background

Watch provider responses include logo_path, and the package exposes getFullImagePath, TMDB_IMAGE_BASE_URL, and ImageSizes. The image utility docs currently focus on movie posters and image endpoint results.

Proposed Change

Add a short snippet showing how to convert a watch provider logo_path into a usable image URL.

Acceptance Criteria

  • The snippet uses tmdb.movies.watchProviders(...) or tmdb.watchProviders.movie().
  • The snippet handles missing logo_path safely.
  • The snippet uses existing image helpers rather than hard-coded URL concatenation.
  • No unsupported watch provider behavior is claimed.

Files Likely Involved

  • docs/image-utilities.md
  • docs/endpoints/watch-providers.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions