Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 655 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 655 Bytes

TMDbWrapper

A C# wrapper around TheMovieDb.org v3 for .Net 4.5.

Introduction

This is a wrapper around the API of TheMovieDB.org. Allowing to make the most of the API usable in a Windows App store project. 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.

Future

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