hupda-edpe / p

2 stars 0 forks source link

Implement proper error handling in PM wrapper #9

Open lukasrt opened 8 years ago

lukasrt commented 8 years ago

Currently most responses from the processmaker API are not checked for errors, neither in terms of HTTP status code, nor regarding the response content.

alexmsenger commented 8 years ago

With commit 05de561cf0db66695f09dc02d26c520ab83a86f1 there is a wrapper class for all REST requests that test for some (!) status codes. They are not semantically evaluated though.