The API request methods 'get', 'getone', 'post', 'put', and 'delete' were refactored to handle request exceptions properly. 'WapiRequestException' is now raised when either a 'RequestException' is
encountered, or when the server response status code is not as expected
.
The API request methods 'get', 'getone', 'post', 'put', and 'delete' were refactored to handle request exceptions properly. 'WapiRequestException' is now raised when either a 'RequestException' is encountered, or when the server response status code is not as expected .
fixes #77