Open
Description
Hey,
i want to share a group with a group (like #587) and test it with a unit test.
Unfortunately getGroup (http://www.messners.com/gitlab4j-api/javadocs/org/gitlab4j/api/GroupApi.html#getGroup-java.lang.Object-) does not return the details of a group ("shared_with_groups", https://docs.gitlab.com/ce/api/groups.html#details-of-a-group) just like group.class (http://www.messners.com/gitlab4j-api/javadocs/org/gitlab4j/api/models/Group.html).
Can you add "shared_with_groups" to to getGroup and group.class?
Or do you have an good idea how i can test that a group has been shared successful except of the 200 OK response?
See Gitlab Docs and Javadocs
- https://docs.gitlab.com/ce/api/groups.html#details-of-a-group
- https://docs.gitlab.com/ce/api/groups.html#share-groups-with-groups
- http://www.messners.com/gitlab4j-api/javadocs/org/gitlab4j/api/GroupApi.html#getGroup-java.lang.Object-
- (http://www.messners.com/gitlab4j-api/javadocs/org/gitlab4j/api/models/Group.html
Thank you!