This document describes AutoStage Broadcasts Server version 1.0.0 providing information about radio stations, providing API identical to AutoStage Delivery API.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Content-type: multipart/form-data; boundary=*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Referer: https://api.sandbox.cnrd.io/v1/acr/identify | |
Mfgid: DEV-1021 | |
Authorization: Gh6FbzU6UrP,93750915bbee574a376557aea3690993511387b3e18c6fabecaf2799b55ce6a3 | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Content-Disposition: form-data; name="access_key" | |
XXXXXXXX | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Content-type: multipart/form-data; boundary=*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Referer: https://api.sandbox.cnrd.io/v1/acr/identify | |
Mfgid: DEV-1021 | |
Authorization: Gh6FbzU6UrP,93750915bbee574a376557aea3690993511387b3e18c6fabecaf2799b55ce6a3 | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Content-Disposition: form-data; name="access_key" | |
XXXXXXXX | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Content-type: multipart/form-data; boundary=*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Referer: https://api.sandbox.cnrd.io/v1/acr/identify | |
Mfgid: DEV-1021 | |
Authorization: Gh6FbzU6UrP,93750915bbee574a376557aea3690993511387b3e18c6fabecaf2799b55ce6a3 | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Content-Disposition: form-data; name="sampleBytes" | |
2552 | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import logging | |
import sys | |
log = logging.getLogger(__name__) | |
CONTENT = b'Content-Disposition: form-data; name=' | |
OCTET_STREAM = b'Content-Type: application/octet-stream' | |
MULTIPART_FORM = 'multipart/form-data' |
OlderNewer