You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| GET `/semesters`|_| return a **JSON** Object containing semesters. |[See Example](https://lgu-timetable-api.deta.dev/semesters)|
9
+
| GET `/degrees`|`semester`| all the degree programs in a specific semester. |[See Example](https://lgu-timetable-api.deta.dev/degrees?semester=5)|
10
+
| GET `/sections`|`semester`,`degree`| all the section in a semester with via degree program. |[See Example](https://lgu-timetable-api.deta.dev/sections?semester=1°ree=BSCS)|
11
+
| GET `/timetable`|`semester`, `degree`, `section`| all the degree programs in a specific semester.|[See Example](https://lgu-timetable-api.deta.dev/timetable?semester=3°ree=BSCS§ion=A)|
0 commit comments