Skip to content

ist-dsi/tecnico-api

Folders and files

NameName
Last commit message
Last commit date
Feb 7, 2023
May 3, 2023
May 3, 2023
Apr 3, 2023
Feb 6, 2023
Feb 7, 2023
Aug 8, 2022
Sep 26, 2022
Feb 6, 2023
Aug 5, 2022
May 3, 2023
Jun 21, 2022

Repository files navigation

Técnico API

API Module for FenixEdu, with specific endpoints for Técnico Lisboa.

Using this module

To use this module, follow the steps below:

  • Install the module:

    mvn clean install
  • Add this module to fenix-webapp pom.xml dependencies list:

    <dependency>
        <groupId>pt.ist</groupId>
        <artifactId>tecnico-api</artifactId>
        <version>DEV-SNAPSHOT</version>
    </dependency>

Documentation

Development documentation can be found under the /docs folder.