onesignal-node-api icon indicating copy to clipboard operation
onesignal-node-api copied to clipboard

[Bug]: methods `api.beginLiveActivity` and `api.endLiveActivity` are missing, but documented

Open pepakriz opened this issue 11 months ago • 2 comments
trafficstars

What happened?

Based on readme.md these methods should be ready to use, but they are missing in the implementation.

Steps to reproduce?

yarn add @onesignal/node-onesignal

then

try to write the same code as in the readme:


...

// missing method
await api.beginLiveActivity('<app_id>', activityId, beginLiveActivityRequest);
// missing method
await api.endLiveActivity('<app_id>', '<activity_id>', subscriptionId);

What did you expect to happen?

I expect these methods to be available.

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

pepakriz avatar Dec 06 '24 08:12 pepakriz