https://github.com/survivingwithandroid/api-project
https://github.com/survivingwithandroid/api-project
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/survivingwithandroid/api-project
- Owner: survivingwithandroid
- Created: 2020-04-15T12:33:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T15:02:54.000Z (about 6 years ago)
- Last Synced: 2025-01-21T15:50:41.317Z (over 1 year ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api-project
[](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.