-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a REST interface #12
Comments
Basic REST interface is now included. See README.md for more info. I will continue to work on this feature under this issue. |
Note that currently, the creation of Bags using the REST interface is not truly asynchronous since the Bags are created during the HTTP response. To completely decouple the creation of the bags from the HTTP request, we probably need to accumulate node IDs in a queue and then run Islandora Bagger as a CLI in a cron job. |
5d010ee adds writing a queue file to the application's
The first field is the node ID, and the second is the path to the YAML configuration file POSTed in the request. |
Closing since the basic REST interface for populating the queue works. Further additions to the REST interface should get their own tickets. |
As discussed in Islandora/documentation#1096.
The text was updated successfully, but these errors were encountered: