Created by: indradhanush
This PR makes two functional improvements to the RepoInfo client method and a semantic one.
The functional improvements are:
The semantic improvement is:
Note to reviewers
It's recommended to look at each commit sequentially to view the changes in an isolated way. This should make it easier to understand the changes in this PR vs looking at the entire diff at the same time.
The pain point with no response body for non 200 errors was first observer in this customer issue which also led to the other improvements as I was reading and understanding this code.
UI should now look like this:
VS current behaviour without this PR:
Without strings.TrimSpace
With strings.TrimSpace