mannixsuo

Results 2 issues of mannixsuo

![image](https://user-images.githubusercontent.com/25730605/167234586-05c82687-af96-424d-8401-a2ba47b9433d.png) `mergeCells` command is not easy to use if I need merge many rows , like the picture show, I want merge many rows in single command or less command...

enhancement
mergecells

/session endpoint was removed in GitLab 10.2+ so i add oauth2 login method ```java GitlabAPI api = GitlabAPI.oauth2Login("http://localhost", "username", "password"); ```