Skip to content

Commit d707107

Browse files
authored
Merge pull request #372 from DSpace/backport-371-to-dspace-8_x
[Port dspace-8_x] Remove ALPS section from README
2 parents aa00ba6 + c9fd3b9 commit d707107

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ This repository documents the current DSpace REST API Contract beginning with DS
2121
* [HATEOAS & HAL](#hateoas--hal)
2222
* [Statelessness](#statelessness)
2323
* [JSON Web Tokens](#json-web-tokens)
24-
* [ALPS](#alps---application-level-profile-semantics)
2524
* [Spring Technology Alignment](#spring-technology-alignment)
2625
* [Content Negotiation](#content-negotiation)
2726
* [Language Support](#language-support)
@@ -214,10 +213,6 @@ The REST API is [stateless](https://restfulapi.net/statelessness/), meaning the
214213
#### JSON Web Tokens
215214
[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.
216215

217-
### ALPS - Application Level Profile Semantics
218-
**While not yet implemented**, we expect future support for the ALPS metadata (<http://alps.io/>), so a profile link MUST exist from the root of API.
219-
A profile link as defined in [RFC 6906](<https://tools.ietf.org/html/rfc6906>), is a place to include application level details. See the ALPS draft spec (http://tools.ietf.org/html/draft-amundsen-richardson-foster-alps-00)
220-
221216
### Spring Technology Alignment
222217
While it's an implementation detail, the new REST API uses many Spring REST (Java) libraries, including:
223218

0 commit comments

Comments
 (0)