UNPKG

urban-airship-cli

Version:

Command line interface for push notifications.

9 lines (6 loc) 229 B
function channelActionHandler (error, response, body) { if (error) return console.log('Error: ', error); var responseJSON = JSON.parse(body); console.log('Channels:', responseJSON); } module.exports = channelActionHandler;