gitlab4j-api
gitlab4j-api copied to clipboard
Group object not populating with Project metadata
Group has methods for getting projects, but both of them return null for me. Does one have to populate the List<Project> in the Group object? If so, how do you correlate the Project to the Group since Project does not contain a reference to its Group? I see I could probably do it with namespace, but that seems a bit clunky.