cc-4105: added a method in API client corresponding to chunked requests.\nAlso add prepared corresponding apicontroller method
This commit is contained in:
parent
47893865cc
commit
8340079b95
3 changed files with 33 additions and 16 deletions
|
@ -64,6 +64,10 @@ show_schedule_url = 'recorded-shows/format/json/api_key/%%api_key%%'
|
|||
# URL to upload the recorded show's file to Airtime
|
||||
upload_file_url = 'upload-file/format/json/api_key/%%api_key%%'
|
||||
|
||||
# URL to commit multiple updates from media monitor at the same time
|
||||
|
||||
reload_metadata_group = 'reload-metadata-group/format/json/api_key/%%api_key%%'
|
||||
|
||||
#number of retries to upload file if connection problem
|
||||
upload_retries = 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue