Skip to content

Releases: digas99/paco-ua-api

PACO-UA API v1.1.0

27 Jun 10:43
Compare
Choose a tag to compare

Changelog v1.1.0

Content

  • Bypass of "Inquerito Pedagógico"

Bug Fixes

  • Improved the creation of the abbreviation of a subject when fetching the schedule of a specific subject

PACO-UA API v1.0.8

14 Jan 12:03
Compare
Choose a tag to compare

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

25 Sep 19:45
Compare
Choose a tag to compare

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

25 Sep 15:47
Compare
Choose a tag to compare

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

25 Sep 02:06
Compare
Choose a tag to compare

Changelog v1.0.5

Content

  • Added subjects codes to /schedule endpoint

PACO-UA API v1.0.4

23 Sep 15:08
Compare
Choose a tag to compare

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

07 Sep 16:58
Compare
Choose a tag to compare

Changelog v1.0.3

Bug Fixes

  • Updated Schedule Parser to fix bug in the /schedule endpoint

PACO-UA API v1.0.2

04 Sep 21:57
Compare
Choose a tag to compare

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

26 Aug 13:19
Compare
Choose a tag to compare

Changelog v1.0.1

Bug Fixes

  • Missing enabling CORS for preflight operations

First Release

23 Aug 16:05
Compare
Choose a tag to compare

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
  • Interactive API documentation with Swagger is accessible through https://pacoua-api.pt/docs