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

There is no the fire endpoint #96

Open
linsdev opened this issue Jun 10, 2022 · 0 comments
Open

There is no the fire endpoint #96

linsdev opened this issue Jun 10, 2022 · 0 comments
Assignees
Labels
status: accepted This issue is accepted as valid, but it's not being worked on yet. type: feature This PR contains new feature.

Comments

@linsdev
Copy link

linsdev commented Jun 10, 2022

There is no ability to call the fire endpoint.

I suggest to add a parameter bool norep to publish method.
After that, we can call the fire endpoint which use query parameters store = 0 and norep = true:

pubnub.publish('my-ch', 'message', storeMessage: false, norep: true);

To do this, you need to add bool norep parameter to PublishParams and publish method.

@are are self-assigned this Jun 13, 2022
@are are added status: accepted This issue is accepted as valid, but it's not being worked on yet. type: feature This PR contains new feature. labels Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepted This issue is accepted as valid, but it's not being worked on yet. type: feature This PR contains new feature.
Projects
None yet
Development

No branches or pull requests

2 participants