Infoblox-PS / ibx-sdk

Basic Tools and Functions used by other Integrations.
Apache License 2.0
4 stars 0 forks source link

Refactor API request methods to handle exceptions #78

Closed yeti9990 closed 9 months ago

yeti9990 commented 9 months ago

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