Skip to content

auth-it-center/auth-it-center-FABIII-Central-REST-API-Endpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FABIII-Central-REST-API-Endpoint

Central REST API Endpoint built with Spring Boot framework

The FAB III API works as an intermediary between each Member State’s exposed Bailiff data and the corresponding response FAB III produces. This means that internally the FAB III API works as follows:

  • A controller handles the incoming request;
  • A service is called by the controller that sends a request to the corresponding Member State’s exposed endpoint;
  • Each Member State's data is saved into a class hierarchy;
  • The aforementioned hierarchy is then transformed into the correct response schema;
  • The transformed data is sent as a response.

Requirements

  • Java SDK v1.8
  • Maven v3.3
  • Spring Boot v2.2.6
  • Tomcat 9.0 v4.0

About

Central REST API Endpoint built with Spring Boot framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages