Skip to content
New issue

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

Sparql update - Provide token #122

Open
NicoLaval opened this issue Jan 14, 2025 · 2 comments · May be fixed by #126
Open

Sparql update - Provide token #122

NicoLaval opened this issue Jan 14, 2025 · 2 comments · May be fixed by #126

Comments

@NicoLaval
Copy link

Hi,

Is there a way to provide token to perform a Sparql Update query from Qlever-ui?

@Qup42
Copy link
Member

Qup42 commented Jan 15, 2025

There currently is no way to do that. Updates (POST only) and Queries (GET or POST) must be sent differently to the server. Updates also require the access token for the server to execute them.

I could imagine the following as an MVP:

  • a switch for the operation type - Query or Update
    • the correct request can then be made based on the switch's value
    • in a next step one would automatically determine the operation type from the string
  • a field to input the access_token

Do you have any additional input on that?

@NicoLaval
Copy link
Author

No I think it's good. Thanks

@Qup42 Qup42 linked a pull request Jan 19, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants