-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9c2076
commit 7f77956
Showing
5 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="IMDbApiLib" version="1.9.2" targetFramework="net472" /> | ||
<package id="IMDbApiLib" version="2.0.0" targetFramework="net472" /> | ||
<package id="MetroModernUI" version="1.4.0.0" targetFramework="net472" /> | ||
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" /> | ||
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" /> | ||
<package id="System.ComponentModel.Annotations" version="5.0.0" targetFramework="net472" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
# IMDb-Api Client Application | ||
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) | ||
# TV-API (IMDb-Api) Client Application | ||
The TV-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. [TV-API](https://tv-api.com) | ||
|
||
## Nuget | ||
Install from Nuget using the command: **Install-Package IMDbApiLib** View more about that here: https://nuget.org/packages/IMDbApiLib | ||
|
||
## API Documentation | ||
[IMDb API Documentation](https://imdb-api.com/api) | ||
[TV-API Documentation](https://tv-api.com/api) | ||
|
||
## Screenshot | ||
![IMDb API Client](https://imdb-api.com/img/imdb-api-client.png "IMDb API Client") | ||
|
||
## IMDb-Api Client Application - Created by Avalonia and .NET 5 | ||
### Windows x86/x64 | ||
![IMDb API Client Windows](https://imdb-api.com/img/imdb-api-client-windows.png "IMDb API Client Windows") | ||
|
||
### OSX x64 | ||
![IMDb API Client OSX](https://imdb-api.com/img/imdb-api-client-osx.png "IMDb API Client OSX") | ||
|
||
### Linux x64 | ||
![IMDb API Client Linux](https://imdb-api.com/img/imdb-api-client-linux.png "IMDb API Client Linux") | ||
![TV-API Client](https://tv-api.com/img/imdb-api-client.png "TV-API Client") | ||
|
||
## Download | ||
[Download latest version](https://github.com/IMDb-API/IMDbApiClient/releases) |