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

Change Deprecated Broadcast API #20

Open
scaraclette opened this issue Oct 1, 2021 · 0 comments
Open

Change Deprecated Broadcast API #20

scaraclette opened this issue Oct 1, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@scaraclette
Copy link

From the current sample apps private-data-transfer-cli and private-data-transfer-ui, when broadcasting a message, it uses the old endpoint /namespaces/{ns}/broadcast/message. Although not changing it currently does not break anything, the endpoint can be updated to use the new broadcast endpoint.

The following is the new endpoint for broadcasting messages: /namespace/{ns}/messages/broadcast

@nguyer nguyer added the good first issue Good for newcomers label Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants