client_requests.go

Summary

Maintainability
A
45 mins
Test Coverage

Method Client.parseResponse has 7 return statements (exceeds 4 allowed).
Open

func (c Client) parseResponse(resp *http.Response, wrapper *wrapper) error {

    wrapper.statusCode = resp.StatusCode

    if resp.StatusCode == http.StatusNoContent {
Severity: Major
Found in client_requests.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status