PHP Class App\Http\Controllers\API\YouTubeController

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

Public Methods

Method Description
searchVideosRelatedToSong ( Illuminate\Http\Request $request, Song $song ) : Illuminate\Http\JsonResponse Search for YouTube videos related to a song (using its title and artist name).

Method Details

searchVideosRelatedToSong() public method

Search for YouTube videos related to a song (using its title and artist name).
public searchVideosRelatedToSong ( Illuminate\Http\Request $request, Song $song ) : Illuminate\Http\JsonResponse
$request Illuminate\Http\Request
$song app\models\Song
return Illuminate\Http\JsonResponse