PHP Class App\Http\Controllers\API\ArtistController

Inheritance: extends Controller
Show file Open project: phanan/koel

Public Methods

Method Description
getInfo ( Artist $artist ) : Illuminate\Http\JsonResponse Get extra information about an artist via Last.fm.

Method Details

getInfo() public method

Get extra information about an artist via Last.fm.
public getInfo ( Artist $artist ) : Illuminate\Http\JsonResponse
$artist app\models\Artist
return Illuminate\Http\JsonResponse