API Module for FenixEdu, with specific endpoints for Técnico Lisboa.
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>
Development documentation can be found under the /docs
folder.