OMDB_API_Wrapper 2.0.0
OMDB_API_Wrapper is an easy-to-use RESTful API wrapper/client for the Open Movie Database API (http://www.omdbapi.com/). This API wrapper focuses on being simple to use, efficient and respects the terminology used in the OMDB API documentation.
Install-Package OMDB_API_Wrapper -Version 2.0.0
dotnet add package OMDB_API_Wrapper --version 2.0.0
<PackageReference Include="OMDB_API_Wrapper" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OMDB_API_Wrapper --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OMDB_API_Wrapper, 2.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install OMDB_API_Wrapper as a Cake Addin
#addin nuget:?package=OMDB_API_Wrapper&version=2.0.0
// Install OMDB_API_Wrapper as a Cake Tool
#tool nuget:?package=OMDB_API_Wrapper&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Image downloading for Poster Cover Art for ByTitleResponse objects (Movie/Episode).
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.