Spring Data REST API

Exposes Spring Data repositories as hypermedia-driven RESTful resources automatically. Supports HAL, collection+json media types, sorting, pagination, projections, and custom event handlers.

API entry from apis.yml

apis.yml Raw ↑
aid: spring-boot:spring-data-rest
name: Spring Data REST API
description: Exposes Spring Data repositories as hypermedia-driven RESTful resources automatically. Supports
  HAL, collection+json media types, sorting, pagination, projections, and custom event handlers.
humanURL: https://spring.io/projects/spring-data-rest
baseURL: http://localhost:8080/
tags:
- Database
- HATEOAS
- Repository
- REST
properties:
- type: Documentation
  url: https://docs.spring.io/spring-data/rest/docs/current/reference/html/
- type: API Guide
  url: https://docs.spring.io/spring-data/rest/docs/current/api/
- type: Getting Started
  url: https://spring.io/guides/gs/accessing-data-rest/