You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
This ticket is simply a list of known "gaps" in the current (DSpace 5/6) REST API which were encountered during the building of the Angular 2 Prototype.
Please feel free to add to this list!
REST API Needs:
CORS Headers - Currently this prototype "injects" such necessary headers via a Proxy
MIT has developed their own "read-only" backport DSpace REST API, which is an entirely custom implementation. This may be a resource for ways to simplify our existing REST implementation: https://github.com/MITLibraries/backrest
What Richard also suggested we use instead of REST API is GraphQL, which gives API clients much bigger flexibility to specify what exactly they want instead of asking for fields (default set of fields or all fields) and then throwing most of them away.
This ticket is simply a list of known "gaps" in the current (DSpace 5/6) REST API which were encountered during the building of the Angular 2 Prototype.
Please feel free to add to this list!
REST API Needs:
Recently Added Itemsitem sorting parameters (for homepage / Community/Collection homepages)The text was updated successfully, but these errors were encountered: