v3.0.0
Version 3.0.0 of the open sourced Python module for interfacing with iLO's RESTful API and the Redfish API in general.
Change Log:
- Fixed Open issues: #69 #50 #43 #42
- Added support for urllib3's kwargs. (timeout, retires, etc.) See the documentation for more information: https://hewlettpackard.github.io/python-ilorest-library/Advanced-Usage.html#modifying-remote-connection-settings
- Changed the format to create a Redfish or Rest client from a function into a Class. See the documentation for more information: https://hewlettpackard.github.io/python-ilorest-library/Quick-Start.html#importing-redfish
- Refactored
v1
andrmc
.