-
Notifications
You must be signed in to change notification settings - Fork 1
API
Juliane Marubayashi edited this page Jul 27, 2022
·
5 revisions
The backend is divided in four modules and the full documentation can be consulted in the links below:
- Faculties: This collection contains the requests that refers to the retrieval of information about the faculties in Porto University.
- Courses: This collection regards the courses in all faculties of Porto university.
- Course units: The API in this module is focused on retrieving the units of a course.
- Schedule: This collection retrieves the information linked to each course unit schedule.
The API is also available as an OpenAPI in version 3.0 at swagger: NIAEFEUP_TTS
The complete yaml
schema can also be consulted in the docs
folder.
- Wednesday Jul 27, 2022: Transferred the API to Postman and Open API v3.0.