Skip to content

uml-digitalinitiatives/islandora_rest_services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This module is an add-on to the islandora_rest module. It allows for additional information to be returned.

Current paths

islandora/rest/v1/object/<PID>/derivatives

This will return the derivative map for the object specified by <PID> in JSON.

islandora/rest/v1/object/<PID>/full_info

This will return the normal full object info returned by the islandora_rest modules along with the derivative map in a JSON array.

{ 
   "object_info" : <normal object info JSON>,
   "derivative_info" : <derivative map for object> }

About

Add-on for islandora_rest to deliver additional information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published