stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
204 stars 109 forks source link

Fix marshalling error with Thermal objects #325

Closed stmcginnis closed 2 months ago

stmcginnis commented 2 months ago

Fans and Temperature objects have a RelatedItem field that is actually an array of links. Switch over to extracting the links, though not exposing the URIs yet.