SoundCloud download initial commit
This commit is contained in:
parent
d9117721b9
commit
04333aaa29
5 changed files with 82 additions and 2 deletions
|
@ -124,6 +124,13 @@ abstract class ThirdPartyService {
|
|||
*/
|
||||
abstract function upload($fileId);
|
||||
|
||||
/**
|
||||
* Download the file with the given identifier from a third-party service
|
||||
*
|
||||
* @param int $trackId the third-party service track identifier
|
||||
*/
|
||||
abstract function download($trackId);
|
||||
|
||||
/**
|
||||
* Delete the file with the given identifier from a third-party service
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue