ups... I forgot to post the requests...
1.post(device, {xyz: 1}) 2.getJobs()
I chain it: getJobs(function(){ post(.....) }, function(){ // error })
@sp33c started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
ups... I forgot to post the requests...
1.post(device, {xyz: 1})
2.getJobs()
I chain it:
getJobs(function(){ post(.....) }, function(){ // error })