Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

lyncode/dspace-rest-api

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSpace REST API

(for DSpace 3.0)

Automatic Installation

The DSpace REST API could be installed as an add-on. If using an Unix OS, there is a script that would do the work for you:

$ cd [dspace-rest-api directory]
$ ./install.sh

Manual Installation

In order to setup it manually, please, use the following steps:

  1. Compile the dspace-rest-api/dspace-rest module (mvn package)
  2. Copy the generated target directory (target/dspace-rest-3.0) to the DSpace web apps directory (modify it's name from dspace-rest-3.0 to rest).
  3. Open the file WEB-INF/web.xml, replace ${dspace.dir} by the correct value (where dspace is installed).

Starting REST API

The changes only takes effect after the new web app is completely loaded. So, if the web app container (ie.: Tomcat) automatically starts the web app it wouldn't require to restart it, otherwise, you must restart the web app container.

API Documentation

After starting the REST API, visit the base url: http:///rest, it will show the API documentation.

About

Redeveloped version of DSpace REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.8%
  • Shell 0.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.