Detailed docs to be created later
Run the following command with the gcloud
CLI so the app picks up credentials:
gcloud auth application-default login
The DisplayHub is for interfacing with instances of fim-queueing
.
Server-to-Client
Method | Param 1 |
---|---|
SendRefresh | n/a |
Identify | n/a |
SendNewRoute | string : Route |
Client-to-Server
Method | Param 1 |
---|---|
UpdateInfo | {eventKey: string, eventCode: string, route: string, installationId: string} : Display Info |
UpdateRoute | string : Route |
TODO