C# Class CloudMovie.APIRole.API.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
Inheritance: BaseController
Mostrar archivo Open project: viren85/moviemirchi

Protected Methods

Method Description
ProcessRequest ( ) : string

Method Details

ProcessRequest() protected method

protected ProcessRequest ( ) : string
return string