PHP Class App\Http\Controllers\API\ScrobbleController

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

Public Methods

Method Description
store ( Song $song, string $timestamp ) : Illuminate\Http\JsonResponse Create a Last.fm scrobble entry for a song.

Method Details

store() public method

Create a Last.fm scrobble entry for a song.
public store ( Song $song, string $timestamp ) : Illuminate\Http\JsonResponse
$song app\models\Song
$timestamp string The UNIX timestamp when the song started playing.
return Illuminate\Http\JsonResponse