Merge pull request #64 from yahavi/get-archive

Get archive should use RawAPIResponse
This commit is contained in:
George Fleury 2021-08-25 19:04:23 +02:00 committed by GitHub
commit bec68b53de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3154,7 +3154,7 @@ func (a *DefaultApiService) GetArchive(project, repository string, localVarOptio
return NewAPIResponseWithError(localVarHTTPResponse, bodyBytes, reportError("Status: %v, Body: %s", localVarHTTPResponse.Status, bodyBytes))
}
return NewBitbucketAPIResponse(localVarHTTPResponse)
return NewRawAPIResponse(localVarHTTPResponse)
}
/* DefaultApiService