You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.
TVDb and TMDb both allow users to query using IMDb ids in addition to their own respective ids. For the sake of simplicity and providing a uniform interface, all classes extending from Provider should have a parameter that defaults to their primary id.
Acceptance Criteria
Add id_key as a parameter to Provider
Implement it in all classes that inherit from Provider
The text was updated successfully, but these errors were encountered:
Overview
TVDb and TMDb both allow users to query using IMDb ids in addition to their own respective ids. For the sake of simplicity and providing a uniform interface, all classes extending from
Provider
should have a parameter that defaults to their primary id.Acceptance Criteria
id_key
as a parameter toProvider
Provider
The text was updated successfully, but these errors were encountered: