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

SPARQLRepository should support custom additional query parameters #4918

Open
pulquero opened this issue Feb 22, 2024 · 0 comments
Open

SPARQLRepository should support custom additional query parameters #4918

pulquero opened this issue Feb 22, 2024 · 0 comments
Labels
📶 enhancement issue is a new feature or improvement

Comments

@pulquero
Copy link

Problem description

Currently, there exists SPARQLRepository.setAdditionalHTTPHeaders() to deal with custom headers required for interacting with certain stores. But, there is no equivalent for query parameters, and there is no good way to easily extend SPARQLRepository to add this functionality (at the moment, you have to copy+paste the entire class and then some).

Preferred solution

It would be nice if SPARQLRepository either directly or made it simpler to support custom query parameters.

Are you interested in contributing a solution yourself?

None

Alternatives you've considered

Creating a HttpClient delegate to wrap the configured HttpClient returned by session manager and then injecting additional query parameters into it.

Anything else?

No response

@pulquero pulquero added the 📶 enhancement issue is a new feature or improvement label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📶 enhancement issue is a new feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant