Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnthegr8/yifysharp
a wrapper around the yify API
https://github.com/johnthegr8/yifysharp
Last synced: 10 days ago
JSON representation
a wrapper around the yify API
- Host: GitHub
- URL: https://github.com/johnthegr8/yifysharp
- Owner: JohnTheGr8
- License: mit
- Created: 2015-02-11T02:48:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T02:16:32.000Z (over 9 years ago)
- Last Synced: 2023-03-26T02:23:53.391Z (over 1 year ago)
- Language: C#
- Size: 645 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## YifySharp [![AppVeyor](https://img.shields.io/appveyor/ci/JohnTheGr8/yifysharp.svg?style=flat-square)](https://ci.appveyor.com/project/JohnTheGr8/yifysharp) [![NuGet](https://img.shields.io/nuget/v/YifySharp.svg?style=flat-square)](https://www.nuget.org/packages/YifySharp/)
#### About
A .NET implementation of the [YIFY API](https://yts.re/api/).
#### Install
```powershell
PM> Install-Package YifySharp
```#### Supported API calls
- `GetMovieList` : list, search, and filter available movies
- `GetMovieDetails` : get more information (like trailer link, cast)
- `GetMovieSuggestions` : movie suggestions based on another movie
- `GetMovieComments` : get comments of a movie
- `GetReviews` : get reviews of a movie
- `GetParentalGuides` : get parental guide ratings of a movie
- `GetUpcomingList` : get list that will soon be uploaded
- `GetUserDetails` : get details of a registered user