read-write-web / banana-wiki

wiki for banana-rdf
3 stars 4 forks source link

Updated httpMethods.sc #8

Open fstoqnov opened 7 years ago

fstoqnov commented 7 years ago

Added functions that make use of the GETpg ,DELETE, PUT and PATCHsparql functions located within the solid-client library.

The patchLocal function takes a String representation of the sparql query utilized within the PATCHsparql as arguments so one can easily specify the query when calling said function

bblfish commented 7 years ago

is this code a commit to answer issue https://github.com/read-write-web/banana-wiki/issues/7 "rewrite curl interactions with the solid-client library"?

fstoqnov commented 7 years ago

Yes the idea was to rewrite the curl interactions in a non-curl way