gbv / jskos-proxy

HTTP proxy to serve JSKOS objects
https://uri.gbv.de/terminology/
MIT License
3 stars 2 forks source link

Client should use cocoda-sdk #9

Closed nichtich closed 1 year ago

nichtich commented 1 year ago

The Vue client uses plain fetch to JSKOS API endpoints. Switch to cocoda-sdk to allow for additional backends. In src/App.vue, a cdk registry can be created from backend (if backend is a simple URL such as https://api.dante.gbv.de/ for JSKOS API). The registry can then be passed to other components such as ConceptSchemeSelection.vue.