webstation-broker
DeveloperPython reference

api

REST endpoints for the session lifecycle and the room frontend's bootstrap.

REST endpoints for the session lifecycle and the room frontend's bootstrap.

Covers activate, join, invite, exit and status, the save-state, disc-swap and memory-card routes, the save archive import and export routes, and the context endpoint the room frontend bootstraps from. All endpoints live under the SUBFOLDER prefix; the RomM-facing ones require X-Broker-Secret when BROKER_SECRET is set.

attributelog
= logging.getLogger(__name__)
attributerouter
= APIRouter()