PHP 클래스 App\Http\Controllers\API\ObjectStorage\S3\SongController

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

공개 메소드들

메소드 설명
put ( PutSongRequest $request ) : Illuminate\Http\JsonResponse Store a new song or update an existing one with data from AWS.
remove ( RemoveSongRequest $request ) : Illuminate\Http\JsonResponse Remove a song whose info matches with data sent from AWS.

메소드 상세

put() 공개 메소드

Store a new song or update an existing one with data from AWS.
public put ( PutSongRequest $request ) : Illuminate\Http\JsonResponse
$request App\Http\Requests\API\ObjectStorage\S3\PutSongRequest
리턴 Illuminate\Http\JsonResponse

remove() 공개 메소드

Remove a song whose info matches with data sent from AWS.
public remove ( RemoveSongRequest $request ) : Illuminate\Http\JsonResponse
$request App\Http\Requests\API\ObjectStorage\S3\RemoveSongRequest
리턴 Illuminate\Http\JsonResponse