OpenRefine / SparqlExtension

Extension which lets you create an OpenRefine project from a SPARQL query
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

The HTTP request to the Query Service should be sent from the back-end #18

Closed antoine2711 closed 1 year ago

antoine2711 commented 1 year ago

The HTTP request to the Query Service could be sent from the back-end, and not the Front-End (JavaScript). In most scenario, it may be better.

https://github.com/OpenRefine/SparqlExtension/blob/95784b3577395bf3f13faabae0e318f4ec9dd649/module/scripts/index/sparql-source-ui.js#L27

WaltonG commented 1 year ago

Sure. Then we will have to do away with the Sparql.js

antoine2711 commented 1 year ago

Nice. Good work.

Regards, Antoine