Skip to content

Commit 103b758

Browse files
author
Jakub Nesetril
committed
Added User-Agent header
1 parent 6b26b75 commit 103b758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/gooddata.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Client.prototype.request = function(method, uri, postData, callback) {
2626
'Host': HOSTNAME
2727
,'Accept': 'application/json'
2828
,'Content-Type': 'application/json; charset=utf-8'
29+
,'User-Agent': 'gooddata-node/0.0.1'
2930
};
3031

3132
if (postData) {

0 commit comments

Comments
 (0)