messagebird
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -9,2 +9,5 @@ /** | ||
var querystring = require('querystring'); | ||
var ospath = require('path'); | ||
var root = ospath.resolve('.'); | ||
var pkg = require(root + '/package.json'); | ||
@@ -69,3 +72,3 @@ /** | ||
'Authorization': 'AccessKey ' + config.accessKey, | ||
'User-Agent': 'node.js/' + process.versions.node | ||
'User-Agent': 'MessageBird/ApiClient/' + pkg.version + ' Node.js/' + process.versions.node | ||
} | ||
@@ -72,0 +75,0 @@ }; |
{ | ||
"name": "messagebird", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A node.js wrapper for the MessageBird REST API", | ||
@@ -5,0 +5,0 @@ "main": "lib/messagebird.js", |
@@ -5,3 +5,3 @@ MessageBird REST API for Node.js | ||
This repository contains the open source Node.js client for MessageBird's REST API. | ||
Documentation can be found at: https://www.messagebird.com/developers/nodejs | ||
Documentation can be found at: https://developers.messagebird.com | ||
@@ -71,3 +71,3 @@ | ||
Complete documentation, instructions, and examples are available at: | ||
[https://www.messagebird.com/developers/nodejs](https://www.messagebird.com/developers/nodejs) | ||
[https://developers.messagebird.com](https://developers.messagebird.com) | ||
@@ -74,0 +74,0 @@ |
28790
784
9