public class GitLabAPIGroups extends Object
http://doc.gitlab.com/ce/api/groups.html
| Constructor and Description |
|---|
GitLabAPIGroups(GitLabAPI gitLabAPI) |
| Modifier and Type | Method and Description |
|---|---|
Paged<GitlabGroup> |
getMyGroups()
List groups
|
public GitLabAPIGroups(GitLabAPI gitLabAPI)
public Paged<GitlabGroup> getMyGroups() throws IOException
Get authenticated user's groups.
GET /groups
IOExceptionCopyright © 2017 Talanlabs. All rights reserved.