Currently most responses from the processmaker API are not checked for errors, neither in terms of HTTP status code, nor regarding the response content.
With commit 05de561cf0db66695f09dc02d26c520ab83a86f1 there is a wrapper class for all REST requests that test for some (!) status codes. They are not semantically evaluated though.
Currently most responses from the processmaker API are not checked for errors, neither in terms of HTTP status code, nor regarding the response content.