Improve HTTP response handling and error reporting (#419)

Improve HTTP response handling and error reporting of emoncms node
This commit is contained in:
borpin
2018-03-29 08:53:12 +01:00
committed by Dave Conway-Jones
parent 9ea27f94ef
commit cf48039427
2 changed files with 44 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-emoncms",
"version" : "0.1.0",
"version" : "0.2.0",
"description" : "A Node-RED node to fetch/post data to/from emoncms",
"dependencies" : {
},
@@ -32,6 +32,10 @@
{
"name": "Glyn Hudson",
"email": "glyn.hudson@openenergymonitor.org"
}
},
{
"name": "borpin",
"email": "brian.orpin@gmail.com"
}
]
}