UNPKG

botfriends-handover-nodejs

Version:

NodeJs wrapper for BOTfriends Handover Tool

11 lines (8 loc) 257 B
const { HandoverClient } = require('../dist') // init HandoverClient const handover = new HandoverClient(jwt, backendUrl) // Request handover by user handover.startHandover('userId').then(function () { console.log(res) // prints: { success: true } })