diff --git a/README.md b/README.md index 9b2ff0bb14923119c72c9ee136babcac48addbb7..083df36679c8bb005caef7fd7de358227d04d850 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ GroupApi MergeRequestApi ProjectApi RepositoryApi +SessionApi UserApi ``` @@ -55,6 +56,12 @@ RepositoryApi: List branches = gitLabApi.getRepositoryApi().getBranches(); ``` +SessionApi: +```java +// Log in to the GitLab server and get the session info +getLabApi.getSessionApi().login("your-username", "your-email", "your-password"); +``` + UserApi: ```java // Get the User info for user_id 1