Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 327 Bytes

omdb-api-net-client

Open Movie Database API .NET client

Simple wrapper for .net (.NET Standard 1.1) of Open Movie Database. Enjoy it!!!

How to use it

using OpenMovieDatabase.Client;
...
var omdbClient = new OpenMovieDatabaseClient(<your-api-key>, <yout HttpClient instance>)