Skip to content

Commit 769eb13

Browse files
authored
docs(README.md): add new routes (#107)
1 parent ccd6b20 commit 769eb13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ You can [download](https://github.com/IIvexII/LGU-TimetableAPI/releases) the lat
7575
| GET | `/sections` | `semester`,`degree` | all the section in a semester with via degree program. | [demo](https://lgu-timetable-api.deta.dev/sections?semester=1&degree=BSCS) |
7676
| GET | `/timetable` | `semester`, `degree`, `section` | all the degree programs in a specific semester. | [demo](https://lgu-timetable-api.deta.dev/timetable?semester=3&degree=BSCS&section=A) |
7777
| 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) |
7981
## Technologies
8082

8183
Technologies used in this project:

0 commit comments

Comments
 (0)