djjd47130 / JD-TMDB

TMDB API Wrapper for Delphi
MIT License
6 stars 1 forks source link

Standardize Items / Lists / Pages #37

Closed djjd47130 closed 2 months ago

djjd47130 commented 3 months ago

Currently, there's a mess of list/item/page related interfaces either inheriting from the incorrect base or from no base at all due to later design decisions.

This mainly consists of making sure all possible lists / list items / paginated lists are following a single standard structure. But mostly with major terminology changes, since TMDB has its own "List" terminology separate than what we're doing here.

djjd47130 commented 3 months ago

PROGRESS - Uncommitted changes:

djjd47130 commented 3 months ago

Regarding standardized constructors, there should be two versions: