DSpace Server Webapp 8.1 API
The REST back-end of DSpace. A front-end program such as
dspace-angular
can use this to query, fetch and manipulate DSpace objects and related
data. The REST layer sits between front-ends and the DSpace business
logic (chiefly in dspace-api
).
Where To Find It:
- Endpoint access authorization:
org.dspace.app.rest.security
Packages
Package
Description
DSpace-specific concepts and behaviors to support Spring Security.