-
Notifications
You must be signed in to change notification settings - Fork 71
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
Use only PUT and DELETE in Milliner #640
Comments
dannylamb
changed the title
Use only PUT and DELETE in islandora-indexing-fcrepo
Use only PUT and DELETE in Milliner
May 23, 2017
This was referenced Sep 25, 2017
This was referenced Oct 18, 2017
See islandora-deprecated/claw_vagrant#55 and Islandora-Devops/islandora-playbook#21 for testing instructions on their respective environments. |
resolved via Islandora-Devops/islandora-playbook@c080155 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blocked by #639
PUT and DELETE (in theory) are idempotent operations, and we should be using only those. This will require path minting to be exposed as a microservice. Milliner's POST should be deleted and its PUT should be updated to use the path minting microservice to create and update resources with a PUT to Fedora.
The text was updated successfully, but these errors were encountered: