* SAAS-1084 - initial work on publishing API backend
* More work on automatic ingest * Add automatic_ingest_timestamp column to ImportedPodcast
This commit is contained in:
parent
3a791ef9b5
commit
0b1df6baf3
27 changed files with 490 additions and 106 deletions
|
@ -21,7 +21,7 @@ class SoundcloudController extends ThirdPartyController implements OAuth2Control
|
|||
}
|
||||
|
||||
/**
|
||||
* Upload the file with the given id to a third-party service
|
||||
* Upload the file with the given id to SoundCloud
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
|
@ -34,7 +34,7 @@ class SoundcloudController extends ThirdPartyController implements OAuth2Control
|
|||
}
|
||||
|
||||
/**
|
||||
* Download the file with the given id from a third-party service
|
||||
* Download the file with the given id from SoundCloud
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
|
@ -47,7 +47,7 @@ class SoundcloudController extends ThirdPartyController implements OAuth2Control
|
|||
}
|
||||
|
||||
/**
|
||||
* Delete the file with the given id from a third-party service
|
||||
* Delete the file with the given id from SoundCloud
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue