Skip to content

Refactor TMDb imports to use custom client#14

Open
SomeSourceCode wants to merge 2 commits intodevelopfrom
refactor/tmdb-imports
Open

Refactor TMDb imports to use custom client#14
SomeSourceCode wants to merge 2 commits intodevelopfrom
refactor/tmdb-imports

Conversation

@SomeSourceCode
Copy link
Owner

Description

This PR replaces the wrapper with custom HTTP requests via a TmdbClient. The number of API calls is reduced to the minimum, by using TMDb's append to response feature and passing json and context down to child importers.

The wrapper was not up to date and provided no sensible abstraction. It also didn't
always work as expected, so it was used alongside custom http requests.
@SomeSourceCode SomeSourceCode changed the title Refactor TMDB imports to use custom client Refactor TMDb imports to use custom client Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant