Skip to content

ist-dsi/tecnico-api

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.