1.0.3 • Published 1 year ago

sparqljs-gui v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago
  1. Create the endpoint url and save in local storage with name sparqlUrl
  2. Install the package using command- npm i sparqljs-gui
  3. Use- new Yasgui(document.getElementById("yasgui")!, { requestConfig: { endpoint: apiUrl }, copyEndpointOnNewTab: false , endpointCatalogueOptions: { getData: () => { return { endpoint: ${apiUrl} }, } }, });