C# (CSharp) CloudMovie.APIRole.API Пространство имен

Классы

Имя Описание
ActorController This API returns all the movies found based on actor name. e.g. Aamir Khan. This api will return list of movies which have aamir khan (as actor, as singer, as director, as producer etc.) If movies are found, JSON string contains all movies information. This excludes reviews about these movies. Otherwise, empty string throw ArgumentException
AlgorithmLogController
AllSongsController Summary: This API returns all the songs matching specified keywords. throw : ArgumentException Return : If songs are found, JSON string contains list of songs with movie name, single poster, and song link and song title. This excludes any other movie information. Otherwise, empty string
ArtistMoviesController
ArtistsController This API returns list of all the movies based on type. Type could be “current”, “all” “current” movies are having release date threshold of 1 month (configurable) “all” movies type will return top 100 movies released recently.
AutoCompleteController
BaseController
BuildLuceneController
CalculateRatingController This api take movieId,reviewId and call exe file which process the reviews and calculate it rating
CrawlerFilesController This API returns list of all the movies details from the file on type.
GenreMoviesController
GetActorsController
GetCastByTypeController
GetUserPopularController
MovieController This API returns list of all the movies based on type. Type could be “current”, “all” “current” movies are having release date threshold of 1 month (configurable) “all” movies type will return top 100 movies released recently.
MovieInfoController This API returns single movie object based on the movie name. If movie result found, return JSON string contains, all the movie information including reviews. Otherwise, return empty string. throw ArgumentException
MovieReviewController This API returns single movie object based on the movie name. If movie result found, return JSON string contains, all the movie information including reviews. Otherwise, return empty string. throw ArgumentException
MoviesController This API returns list of all the movies based on type. Type could be “current”, “all” “current” movies are having release date threshold of 1 month (configurable) “all” movies type will return top 100 movies released recently.
NewsController This API returns top 20 News items based on time
PopularController
PosterController Summary: This API returns all the posters/pictures found for specified movie. throw : ArgumentException Return : If posters are found, JSON string contains list of posters/pictures for the movie. This excludes any other movie information. Otherwise, empty string
RateMovieController
ReviewDetails
ReviewRatingController This api take movieId,reviewId,review text and call exe file which process the reviews and calculate it rating
Reviewer
ReviewerController
ReviewerInfoController This API returns all the information about the reviewer. This includes all the reviews written by this reviewer. throws ArgumentException
SaveUserFavoriteController
SearchController This API returns all the movies found based on search query. throw ArgumentException
SendMailController get all user who has liked param celeb and send an email to all of them
SetMovieRatingController This api take movieId,reviewId,rating as number and bagofword is rating details like teekha,feeka and critic and Set rating and bagofword with movie whose movieid passed in querystring and return operation status in JSON.
SongController Summary: This API returns all the songs found for specified movie. throw : ArgumentException Return : If songs are found, JSON string contains list of songs for the movie. This excludes any other movie information. Otherwise, empty string
TrailerController Summary: This API returns all the trailers found for specified movie. throw : ArgumentException Return : If trailers are found, JSON string contains list of trailers for the movie. This excludes any other movie information. Otherwise, empty string
TwitterController This API returns single movie object based on the movie name. If movie result found, return JSON string contains, all the movie information including reviews. Otherwise, return empty string. throw ArgumentException
UpdateArtistController
UserDetails
UserSignupController This API returns list of all the movies details from the file on type.