PHP Class App\Http\Controllers\API\ScrobbleController

Inheritance: extends Controller
Afficher le fichier Open project: phanan/koel

Méthodes publiques

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

Method Details

store() public méthode

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.
Résultat Illuminate\Http\JsonResponse