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

Combine preferences callback and track-changes on defining query #1961

Open
ralfhandl opened this issue Jul 2, 2024 · 1 comment
Open

Combine preferences callback and track-changes on defining query #1961

ralfhandl opened this issue Jul 2, 2024 · 1 comment
Labels
Protocol Protocol, URL Conventions V4.02

Comments

@ralfhandl
Copy link
Contributor

Current specification text suggests that preference callback can only be used

This suggests that two requests are necessary for being notified of changes:

  • Send defining query with preference track-changes
  • Send GET request to delta link with preference callback

Allow combining this into one request:

  • Send defining query with both preference track-changes and preference callback
@HeikoTheissen
Copy link
Contributor

It seems problematic that callback is a preference on its own which can appear together with another preference, either respond-async or track-changes. If callback was an attribute of these other preferences, it could appear in both in one request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Protocol Protocol, URL Conventions V4.02
Projects
Status: Open
Development

No branches or pull requests

2 participants