This commit is contained in:
Gabe Kangas
2020-10-29 18:01:38 -07:00
parent 6a1db77c53
commit 1f4169c45a
8 changed files with 178 additions and 8 deletions

View File

@@ -25,10 +25,15 @@ export const VIEWERS_OVER_TIME = `${API_LOCATION}viewersOverTime`;
// Get currently connected clients
export const CONNECTED_CLIENTS = `${API_LOCATION}clients`;
// Get hardware stats
export const HARDWARE_STATS = `${API_LOCATION}hardwarestats`;
// Get all logs
export const LOGS_ALL = `${API_LOCATION}logs`;
// Get warnings + errors
export const LOGS_WARN = `${API_LOCATION}logs/warnings`;
// Current Stream status.
// This is literally the same as /api/status except it supports
// auth.