islandora7-rest is a Python 3+ library for Discovery Garden's REST interface for Islandora 7
Usage.md in the GitHub project.
A number of demos are also included in the repo.
Islandora is a PHP project? Sure. However, our metadata and curation staff are more fluent in Python and it is the lingua franca of API manipulation. We are using this library in conjuction with other Python libraries to move content to and from other REST APIs.
mjordan/irc covers the same territory in PHP/Guzzle.
Why not access Fedora more directly? (see Emory's eulfedora)?
- authentication - most Islandora sites don't have many Fedora users, relying on the Drupal DB methods. We're one step further, behind SSO.
- hiding Fedora - we don't want to expose our vintage Fedora 3 to anyone.
- Leverage other Islandora hooks - Ingesting an OBJ, assuming the CModel is correct, will cut derivatives correctly.
Developed by the University of Kansas IT and Libraries.