Skip to content

Instantly share code, notes, and snippets.

View bilus's full-sized avatar

Marcin Bilski bilus

View GitHub Profile

AutoStage Broadcasts Server

Overview

This document describes AutoStage Broadcasts Server version 1.0.0 providing information about radio stations, providing API identical to AutoStage Delivery API.

Sprint March 31, 2024

It’s shorter sprint. Mikolaj is out for the first week.

  1. NISSAN :URGENT:

    • Updates API

      • TODO Works on Staging @Marcin

Updates API

VIEWs or copies for BQ tables

Document ^

Configure staging to use VIEWs

Deploy & test on staging

Deploy to production

Deploy to sandbox (API) only

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*****
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*****
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*****
#!/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'