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.
The Vue client uses plain
fetch
to JSKOS API endpoints. Switch to cocoda-sdk to allow for additional backends. Insrc/App.vue
, a cdk registry can be created frombackend
(if backend is a simple URL such ashttps://api.dante.gbv.de/
for JSKOS API). The registry can then be passed to other components such asConceptSchemeSelection.vue
.