SPARQL Studio API / Yasqe / qlueLs / createBackendConf
Function: createBackendConf()
createBackendConf(
endpoint,options?):Promise<BackendConfiguration>
Defined in: sparql-utils/src/languageServers/qlueLs.ts:403
Build a qlue-ls BackendConfiguration for an endpoint, fetching prefixes from the endpoint when none are provided in options.
Parameters
endpoint
string
options?
BackendOptions = {}
Returns
Promise<BackendConfiguration>