From 5789db9149d4a0a0d78ac8943b1fc1ee94df6086 Mon Sep 17 00:00:00 2001 From: Sascha Szott Date: Tue, 28 Jul 2026 17:28:51 +0200 Subject: [PATCH] Remove ALPS section from README (cherry picked from commit 87335258e9ceced969158b8aeea430bfb69653b1) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 24b495e2..9b0b7de7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ This repository documents the current DSpace REST API Contract beginning with DS * [HATEOAS & HAL](#hateoas--hal) * [Statelessness](#statelessness) * [JSON Web Tokens](#json-web-tokens) - * [ALPS](#alps---application-level-profile-semantics) * [Spring Technology Alignment](#spring-technology-alignment) * [Content Negotiation](#content-negotiation) * [Language Support](#language-support) @@ -214,10 +213,6 @@ The REST API is [stateless](https://restfulapi.net/statelessness/), meaning the #### JSON Web Tokens [JSON Web Tokens (JWT)](https://jwt.io/) are used to store state (and authentication) information between requests. This is the format of token the REST API returns to the client. The client should return the JWT to the server in subsequent requests. -### ALPS - Application Level Profile Semantics -**While not yet implemented**, we expect future support for the ALPS metadata (), so a profile link MUST exist from the root of API. -A profile link as defined in [RFC 6906](), is a place to include application level details. See the ALPS draft spec (http://tools.ietf.org/html/draft-amundsen-richardson-foster-alps-00) - ### Spring Technology Alignment While it's an implementation detail, the new REST API uses many Spring REST (Java) libraries, including: