UNPKG

pxs-psn-api

Version:
20 lines (13 loc) 653 B
# Change Log ## **2020-04-20** ### Changed<br> * use new method for first time authentication. examples and readme have been updated to reflect the change ## **[1.1.0] - 2019-08-13** ### Added<br> * Add node-fetch as dep to reintroduce sending image messages. * use experimental fs.promises nodejs feature.<br> ### Changed<br> * PSN object now use constructor. Accepts<br> ```{lang: <psn response language>, region: <server region>, refresh_token:<refresh_token>, access_token:<access_token>}``` as optional params. * sendMessage method accept local file path as arg instead of file buffer. * example has been updated according to these changes.