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

[Access] Make response for data providers consistent with action responses #6819

Open
Guitarheroua opened this issue Dec 17, 2024 · 0 comments

Comments

@Guitarheroua
Copy link
Contributor

The responses from actions and responses from subscriptions should be consistent so that I would format data from subscriptions as follows:

{
    id: 'sub123',
    topic: 'events',
    data: {...}
 }

This could be a DtaProvider's responsibility to format them in such a response.

@franklywatson franklywatson changed the title [Access] Make responce for data providers consistent with action responces [Access] Make response for data providers consistent with action responses Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant