tonykaralis / TmdbEasy

A light-weight wrapper for the TMDb Api written in C#. TmdbEasy makes getting movie data a piece of cake..
MIT License
6 stars 4 forks source link

Investigate an upgrade to include TMDb v4 api #11

Open tonykaralis opened 4 years ago

tonykaralis commented 4 years ago

API used needs to be upgraded to TMDBs v4.

The changes required for this might not be part of v1, this is more of a scoping task. However if I have time I will attempt to add support for v4.

Ideal would be to maintain support for v3 as well as v4 and give users the option to configure which version to use via a simple switch. the rest of the api should be identical.

tonykaralis commented 4 years ago

Not dealing with v4 api in v1 branch. v4 api a lot more restrictive as so no public movie data exposed. A lot more powerful with regards to user account access.