SoundCloud download initial commit

This commit is contained in:
Duncan Sommerville 2015-07-16 11:27:27 -04:00
parent d9117721b9
commit 04333aaa29
5 changed files with 82 additions and 2 deletions

View file

@ -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
*