jar

com.robertoestivill.ytsclient : ytsclient

Maven & Gradle

Mar 30, 2015
6 stars

YTS Client · Java library to consume the YTS REST api.

Table Of Contents

Latest Version

Download com.robertoestivill.ytsclient : ytsclient JAR file - Latest Versions:

All Versions

Download com.robertoestivill.ytsclient : ytsclient JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ytsclient-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

yts.model

├─ yts.model.Actor.class - [JAR]

├─ yts.model.BookmarkPage.class - [JAR]

├─ yts.model.Comment.class - [JAR]

├─ yts.model.CommentConfirmation.class - [JAR]

├─ yts.model.CommentPage.class - [JAR]

├─ yts.model.Image.class - [JAR]

├─ yts.model.MovieDetail.class - [JAR]

├─ yts.model.MoviePage.class - [JAR]

├─ yts.model.MovieSummary.class - [JAR]

├─ yts.model.ParentalGuide.class - [JAR]

├─ yts.model.ParentalGuidePage.class - [JAR]

├─ yts.model.Person.class - [JAR]

├─ yts.model.Profile.class - [JAR]

├─ yts.model.Review.class - [JAR]

├─ yts.model.ReviewPage.class - [JAR]

├─ yts.model.SuggestionPage.class - [JAR]

├─ yts.model.Torrent.class - [JAR]

├─ yts.model.UpcomingMovie.class - [JAR]

├─ yts.model.UpcomingMoviePage.class - [JAR]

├─ yts.model.User.class - [JAR]

├─ yts.model.UserKey.class - [JAR]

yts.module

├─ yts.module.BookmarkModule.class - [JAR]

├─ yts.module.CommentModule.class - [JAR]

├─ yts.module.MovieModule.class - [JAR]

├─ yts.module.RequestModule.class - [JAR]

├─ yts.module.UserModule.class - [JAR]

yts

├─ yts.YtsClient.class - [JAR]

yts.response

├─ yts.response.YtsMetadata.class - [JAR]

├─ yts.response.YtsResponse.class - [JAR]

├─ yts.response.YtsStatus.class - [JAR]