PHP 클래스 App\Http\Controllers\API\ScrobbleController

상속: extends Controller
파일 보기 프로젝트 열기: phanan/koel

공개 메소드들

메소드 설명
store ( Song $song, string $timestamp ) : Illuminate\Http\JsonResponse Create a Last.fm scrobble entry for a song.

메소드 상세

store() 공개 메소드

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.
리턴 Illuminate\Http\JsonResponse