1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00
classcharts-api-js/src/consts.ts

6 lines
228 B
TypeScript
Raw Normal View History

2022-01-31 22:32:29 +00:00
export const BASE_URL = "https://www.classcharts.com";
2022-03-12 11:30:03 +00:00
export const API_BASE_STUDENT = `${BASE_URL}/apiv2student`;
export const API_BASE_PARENT = `${BASE_URL}/apiv2parent`;
2023-04-07 12:43:46 +01:00
export const PING_INTERVAL = 180 * 1000; // 3 minutes