Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

New in LUNA 7.3.1

LUNA Viewer API can now provide IIIF Manifest for each item returned and IIIF collection URL for each search result.

Adding this functionality allows for simpler IIIF interface development using LUNA resources.

 

Parameter includeIiifManifest

When you add includeIiifManifest=true to your request URL, it will return iiif Manifest for each item returned

https://www.example.com/luna/servlet/as/fetchMediaSearch?&lc=RUMSEY~8~1&fullData=false&bs=25&os=0&includeIiifManifest=true

 

Parameter includeIiifCollection

When you include includeIiifCollection=true it will return a iiif collection response called iiifCollection. This contains the results of a search.

https://www.example.com/luna/servlet/as/fetchMediaSearch?&lc=RUMSEY~8~1&fullData=false&bs=25&os=0&includeIiifCollection=true

 

 

  • No labels