Difference between revisions of "SUNScholar/API"

From Libopedia
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 65: Line 65:
  
 
==References==
 
==References==
 +
*https://wiki.duraspace.org/display/DSPACE/DSpace+Service+based+api
 
*https://wiki.duraspace.org/display/DSDOC5x/REST+API
 
*https://wiki.duraspace.org/display/DSDOC5x/REST+API
 
*https://wiki.duraspace.org/display/DSDOC4x/REST+API
 
*https://wiki.duraspace.org/display/DSDOC4x/REST+API
 
*http://libguides.mit.edu/apis
 
*http://libguides.mit.edu/apis
 
*https://dzone.com/refcardz/rest-foundations-restful
 
*https://dzone.com/refcardz/rest-foundations-restful
 +
*https://en.wikipedia.org/wiki/Representational_state_transfer
 +
*https://en.wikipedia.org/wiki/List_of_Ajax_frameworks

Latest revision as of 19:29, 4 August 2016

Back to Developers

Introduction

A web API was introduced with Dspace 4.X, however it was a read-only API. A full read-write RESTful API was released with DSpace 5.X.

See: https://scholar.sun.ac.za/rest

Documentation

Example Code

Example Websites

Tests

Please Note

  • All the requests use secure connections via https
  • To configure secure connections for your repository, click here.

Type the following in a terminal:

curl https://scholar.sun.ac.za/rest/
curl https://scholar.sun.ac.za/rest/test
curl -s -H "Accept: application/xml" https://scholar.sun.ac.za/rest/communities | xmllint --format -
curl -s -H "Accept: application/xml" https://scholar.sun.ac.za/rest/bitstreams | xmllint --format -

Companion Software

Technology

Research

Alternatives

History

References