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

feat: code

This commit is contained in:
James Cook 2021-10-28 16:51:07 +01:00
commit 08f9fc8078
10 changed files with 505 additions and 0 deletions

2
src/consts.ts Normal file
View file

@ -0,0 +1,2 @@
export const BASE_URL = 'https://www.classcharts.com'
export const API_BASE = `${BASE_URL}/apiv2student`