We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'd like to build forms from .shex shape in https://scenaristeur.github.io/solid-vue-panes/editor
I use shexLoader.load like that https://github.com/scenaristeur/solid-vue-panes/blob/a5886ed69ca6f72b76981be8bb1dc5f34d6ea213/src/mixins/crud/ShexMixin.js#L16
I would like to allow Shaperepo shapes too like https://shaperepo.com/shapes?id=https%3A%2F%2Fshaperepo.com%2Fschemas%2FlongChat
As @jaxoncreed indicates
so, i should add "Accept: application/json" to "window.shexLoader.load([shape_url], [], [], []).then(loaded => {"
could you indicate me what is the way to add "Accept" to shexLoader.lod() function THxs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'd like to build forms from .shex shape in https://scenaristeur.github.io/solid-vue-panes/editor
I use shexLoader.load like that https://github.com/scenaristeur/solid-vue-panes/blob/a5886ed69ca6f72b76981be8bb1dc5f34d6ea213/src/mixins/crud/ShexMixin.js#L16
I would like to allow Shaperepo shapes too like https://shaperepo.com/shapes?id=https%3A%2F%2Fshaperepo.com%2Fschemas%2FlongChat
As @jaxoncreed indicates
so, i should add "Accept: application/json" to "window.shexLoader.load([shape_url], [], [], []).then(loaded => {"
could you indicate me what is the way to add "Accept" to shexLoader.lod() function
THxs
The text was updated successfully, but these errors were encountered: