An open API service indexing awesome lists of open source software.

https://github.com/survivingwithandroid/api-project


https://github.com/survivingwithandroid/api-project

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# api-project
[![Build Status](https://travis-ci.org/survivingwithandroid/api-project.svg?branch=master)](https://travis-ci.org/survivingwithandroid/api-project)

This project demonstrates how to build a Spring boot application that exposes an API to get citizen list filtered by fiscal code.

This project uses:

- Spring boot
- JPA
- Maven

You can refer to the OpenAPI file that describes the API interface.

## API invocation
To invoke the API the URL is:

http://localhost:8080/api/v1/dati?codice-fiscale=&limit=&offset=

where *limit* is the number of items to return and *offset* is the starting point.