semantic_forms
semantic_forms copied to clipboard
Implementation of LDP DELETE
Hi,
Can you implement DELETE ind LDP ?
Thanks ;-)
Yannick
C'est demandé si gentiment :) .
The DELETE action will be implemented in https://github.com/jmvanel/semantic_forms/blob/master/scala/forms/src/main/scala/deductions/runtime/services/LDP.scala and will call removeGraph() ( removeGraph is allready used here )
A new route must be added in https://github.com/jmvanel/semantic_forms/blob/master/scala/forms_play/conf/routes pointing to a new function: controllers.Application.ldpDELETEAction(uri: String)