stmcginnis / gofish

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

Client interface and TestClient updated #133

Closed mikeletux closed 3 years ago

mikeletux commented 3 years ago

Hi Sean,

In my previous PR I forgot to update the Client interface as well as the TestClient to accomodate new methods (XXXWithHeaders as well as Multipart ones).

Maybe in the future, before 1.0 release we can re-design the client interface as well as the APIClient to just have another argument for customHeaders in get/post/put/patch/delete😄 .

Let me know! /Miguel