Closed thrawn01 closed 5 years ago
Fixes a panic that occurs if Remove() is the first call made instead of Get() Also Remove() now returns the body of the non 200 status response.
Remove()
Get()
Purpose
Fixes a panic that occurs if
Remove()
is the first call made instead ofGet()
Also Remove() now returns the body of the non 200 status response.