Releases: digas99/paco-ua-api
Releases · digas99/paco-ua-api
PACO-UA API v1.1.0
PACO-UA API v1.0.8
Changelog v1.0.8
Bug Fixes
- Fixed issue where schedule couldn't be fetched if there was a message with overlapping classes
PACO-UA API v1.0.7
Changelog v1.0.7
Bug Fixes
- Fixed the way the abbreviation of a subject is created when fetching the schedule of a specific subject
PACO-UA API v1.0.6
Changelog v1.0.6
Bug Fixes
- Changed EventEmitter max listeners to prevent heroku from crashing server when multiple concurrent requests are made to the API
PACO-UA API v1.0.5
Changelog v1.0.5
Content
- Added subjects codes to /schedule endpoint
PACO-UA API v1.0.4
Changelog v1.0.4
Content
- Possibility to filter endpoint /tuition_fees by year
- Added Exams and Classes endpoints to swagger documentation
PACO-UA API v1.0.3
Changelog v1.0.3
Bug Fixes
- Updated Schedule Parser to fix bug in the /schedule endpoint
PACO-UA API v1.0.2
Changelog v1.0.2
Content
- Added Server Timeout (504) HTTP response to avoid crashing the app
- Added Forbidden Access (403) when the credentials provided in the GET Requests header are wrong
PACO-UA API v1.0.1
Changelog v1.0.1
Bug Fixes
- Missing enabling CORS for preflight operations
First Release
Changelog v1.0.0
Content
- API endpoints are accessbile through https://pacoua-api.pt
- API covers all the main sections from PACO-UA:
- Dados Pessoais
GET /personal
- Situação de prescrição
GET /expiration
- Histórico Notas
GET /subjects/history
- Disciplinas Inscritas
GET /subjects/current
- Estados das Propinas
GET /tuition_fees
- Plano Curricular
GET /subjects
- Calendário de Exames do Aluno
GET /exams
- Calendário de Exames por Disciplina
GET /exams?subjects=...
- Apoio às Aulas
GET /classes
- Horário
GET /schedule
- Requerimentos
GET /requests
- Dados Pessoais
- Interactive API documentation with Swagger is accessible through https://pacoua-api.pt/docs