zeyneloz / onesignal-node

A Node.js Library for OneSignal push notification service
MIT License
207 stars 48 forks source link

Add delete device endpoint #39

Closed mehmetcavus closed 4 years ago

mehmetcavus commented 4 years ago

Delete an existing device in one of your OneSignal apps. (Reference)

zeyneloz commented 4 years ago

Thanks for the PR @mehmetcavus Can you please revert the changes on package.json and package-lock.json and update the PR.

codecov-commenter commented 4 years ago

Codecov Report

Merging #39 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           80        82    +2     
  Branches         6         6           
=========================================
+ Hits            80        82    +2     
Impacted Files Coverage Δ
src/client.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 61af53b...247f08f. Read the comment docs.