mu-semtech / mu-javascript-template

Template for running javascript/express microservices
4 stars 17 forks source link

consider using another sparql-client #45

Open nvdk opened 2 years ago

nvdk commented 2 years ago

The current sparql-client package is effectively unmaintained, we should consider using a more modern package such as https://github.com/bergos/sparql-http-client

nvdk commented 2 years ago

actually, given the low level interface we provide it probably makes more sense to just use node-fetch/digest-fetch directly. See https://github.com/lblod/mu-auth-sudo/compare/feature/own-client-and-auth-support?expand=1 as an example