You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
We need to:
1) Specify that our returned payload is a JSON one
2) Return a dumb payload when returning a POST error or else
client.Request() tries to unmarshal a nil payload. We will send a
further path to fix client.Request() to not expect a POST response
payload for certain status codes.
Signed-off-by: Samuel Ortiz <[email protected]>
0 commit comments