You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IMDb-API is a web service for receiving movie, serial and cast informations. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more. [IMDb API](https://imdb-api.com)
2
+
The IMDb-API is a web service for receiving movie, serial and cast information. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more. [IMDb API](https://imdb-api.com)
3
3
4
4
## Nuget
5
5
Install from Nuget using the command: **Install-Package IMDbApiLib** View more about that here: https://nuget.org/packages/IMDbApiLib
@@ -9,51 +9,3 @@ Install from Nuget using the command: **Install-Package IMDbApiLib** View more a
9
9
10
10
## Screenshot
11
11

12
-
13
-
## Usage
14
-
Usage Examples
15
-
```csharp
16
-
varapiLib=newApiLib("API-Key");
17
-
18
-
// Search
19
-
vardata=awaitapiLib.SearchMovieAsync("leon the professional 1994");
0 commit comments