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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,9 @@ You can [download](https://github.com/IIvexII/LGU-TimetableAPI/releases) the lat
75
75
| GET |`/sections`|`semester`,`degree`| all the section in a semester with via degree program. |[demo](https://lgu-timetable-api.deta.dev/sections?semester=1°ree=BSCS)|
76
76
| GET |`/timetable`|`semester`, `degree`, `section`| all the degree programs in a specific semester. |[demo](https://lgu-timetable-api.deta.dev/timetable?semester=3°ree=BSCS§ion=A)|
77
77
| GET |`/metadata`|\_| all the metadata about `sections`, `semesters` and `degrees`|[demo](https://lgu-timetable-api.deta.dev/metadata)||
78
-
78
+
| GET |`/days`|\_| return all days of week with their id used in official timetable|[demo](https://lgu-timetable-api.deta.dev/days)||
79
+
| GET |`/rooms`|\_| return all rooms available in the university |[demo](https://lgu-timetable-api.deta.dev/rooms)||
80
+
| GET |`/freeRooms`|`day`, `time``(both optional)`| give the rooms that doesn't not have lecture in it |[demo](https://lgu-timetable-api.deta.dev/freeRooms?day=Monday&time=12:40)|
0 commit comments