SeVeNDuS / node-onesignal-api

OneSignal's unofficial node.js client library for using OneSignal Rest API.
MIT License
50 stars 11 forks source link

Changed method signature #17

Closed richjava closed 5 years ago

richjava commented 7 years ago

Changed method signature to take just the required name and userAuthKey plus an options object. This is more flexible than taking all optional parameters (these can be included where needed in the options object).

SeVeNDuS commented 7 years ago

Ok. I'll merge the pull request and change the package version in order to can be published on npm

Regards and thanks for contributing