Patrick Boyd
Patrick Boyd
Don't know if you still need this or not, but I've got a call in my fork of this project that includes this ability. It's in version 1.2.0
i'm going to assume he means Manifest from the standard... https://www.w3.org/TR/xmldsig-core1/#sec-o-Manifest
@mraineri Here are the differences in the redfish lib's headers vs the ones sent by the requests lib: ``` 2021/06/28 17:24:08 map[Accept:[*/*] Accept-Encoding:[identity] Connection:[Keep-Alive] Odata-Version:[4.0] X-Auth-Token:[e34e63e060bba9b3506bb00653063905]] 2021/06/28 17:24:08 map[Accept:[*/*] Accept-Encoding:[gzip,...
Any update on when this might be included?
Right now libredfish always goes and gets the latest copy of everything without caching. If you wanted to add a caching layer than etag would certainly be useful. I also...
If you use the redpath APIs then yes it does. If you use just the URI based API's then no it does not take the fragment into account.
If you pass the fragment to getPayloadForPathString as the string value then it should return only the fragment you are interested in.
I can see it being useful. Wouldn't be that hard to have getUriFromService parse the URI pull the fragment out and pass it to getPayloadForPathString
This is already done in registerForEventsAsync() do we absolutely have to add it to this interface?
There are no plans, however, feel free to put in a pull.