Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 857 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 857 Bytes

TMDbWrapper

A C# wrapper around TheMovieDb.org v3 for .Net 4.5. (Windows 8.1)

Introduction

This is a wrapper around the API of TheMovieDB.org. Allowing to make the most of the API usable. There are two versions of the wrapper one a classic DLL and the second specific for WinRT projects. It is not complete but most basic data can be retrieved.

Copyright

There is no copyright, use it as you please. I would appreciate it if you mention where you got the original source.

First version

Basic structure of the project and all basic functionality.

Second version

Added a second project to added Windows Desktop applications possible. Added TV api support.

Future

Better support for retrieving the images and making it possible for navigating through the data structures.