api-client-nodejs
api-client-nodejs copied to clipboard
node.js library with ready-to-use LiveChat API implementation.
Currently there are to variants of defining chat group: define group in widget code before starting chat or by configuring url rules. In our app we need to open different...
Add support for tickets: - List (GET /) - Get (GET /id) - Create (POST /) - Update tags (PUT /id/tags)
Currently, it seems that the callback only ever has one argument, with that sole argument representing either a result, or an object with a potential error in it: ```js api.goals.list(params,...