gitlab4j-api
gitlab4j-api copied to clipboard
labels as set instsead of list
trafficstars
On various api like getMergeRequest or MergeRequest object or MergeRequestParams list object is considered a List<String>
considering that it's duplicated labels doesn't make sense, shouldn't this structure be a set instead of list?
At JSON level there is no notion of Set… So mapping to List is not really wrong.