michaelleeallen / reducto

A small module that aims to reduce the amount of code needed to create apps with a distributed back end in express.js

Home Page:http://michaelleeallen.github.io/reducto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need error handling around service call JSON parsing

michaelleeallen opened this issue · comments

The service-call module does not verify that the call to JSON.parse in the response actually happens. If the web service returns an error page, then this call will fail. See lib/service-call.js#13

This has been addressed in the latests version (v1.0.0)