C# Class CloudMovie.APIRole.API.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
Inheritance: BaseController
Afficher le fichier Open project: viren85/moviemirchi Class Usage Examples

Méthodes protégées

Méthode Description
ProcessRequest ( ) : string

Private Methods

Méthode Description
GetMovieInfo ( string name ) : string

Method Details

ProcessRequest() protected méthode

protected ProcessRequest ( ) : string
Résultat string