semantic_forms icon indicating copy to clipboard operation
semantic_forms copied to clipboard

Implementation of LDP DELETE

Open fluidlog opened this issue 10 years ago • 1 comments

Hi,

Can you implement DELETE ind LDP ?

Thanks ;-)

Yannick

fluidlog avatar Oct 04 '15 12:10 fluidlog

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)

jmvanel avatar Oct 06 '15 11:10 jmvanel