DMTF / libredfish

libRedfish is a C client library that allows for Creation of Entities (POST), Read of Entities (GET), Update of Entities (PATCH), Deletion of Entities (DELETE), running Actions (POST), receiving events, and providing some basic query abilities.
Other
48 stars 22 forks source link

Add getPayloadBoolValue to redfishPayload.h #120

Closed dchanman closed 4 years ago

dchanman commented 5 years ago

There is a consistent interface for getPayloadStringValue and getPayloadIntValue, but there is not yet one for bool values.

mraineri commented 4 years ago

11/7: Approved