HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
181 stars 89 forks source link

redfish/rest: implement .netrc support #149

Open dev-zero opened 10 months ago

dev-zero commented 10 months ago

this adds a use_netrc flag to the client, permitting it to consult ~/.netrc in the same way as the "-n" flag of "curl" if set to True

-----Synopsis of Commits Above-----

Please fill out the following when submitting the PR

Status

Before Status can be set to READY I have completed the following:

rajeevkallur commented 9 months ago

will take a look

rajeevkallur commented 7 months ago

Need to evaluate.