C# Class Playr.Api.Controller.InfoController

Inheritance: ApiController
Afficher le fichier Open project: osbornm/Playr

Méthodes publiques

Méthode Description
InfoController ( ) : System

Private Methods

Méthode Description
Artwork ( int id ) : HttpResponseMessage
CurrentTrack ( ) : Song
DownloadAlbum ( string name ) : HttpResponseMessage
DownloadSong ( int id ) : HttpResponseMessage
FavoriteSong ( int id ) : void
GetQueue ( ) : DjInfo
Queue ( ) : DjInfo
QueueSong ( int id ) : DjInfo
UnfavoriteSong ( int id ) : void
Upload ( ) : void

Method Details

InfoController() public méthode

public InfoController ( ) : System
Résultat System