Netflix-Roulette-API icon indicating copy to clipboard operation
Netflix-Roulette-API copied to clipboard

Request Top X Movies in a Genre By Rating

Open alanwright opened this issue 9 years ago • 1 comments

Make a request for a genre and receive the top X rated.

//Returns top 'num' rated titles in the 'genre' genre
GetTopGenre(string genre, int num)

alanwright avatar Aug 06 '14 03:08 alanwright