1. Users: Perform the following tasks to manage users
- List Users
- Get, Create, edit, and delete a user
- List SSH keys for a given user
- Get, create, and edit SSH keys for a user
2. Sessions: Can be managed in the following way
- Log in with your e-mail and password to get your private token
3. Project: How to manage projects
- List all the project
- Get a single project
- Get Project Events
- Create a new project
- Remove a project
- List all the team members for a given project
- Get,create,edit, and delete a team member
- Get, add, edit, and delete project hooks
- Get al the branches
- Get a single branch
- Protect and Unprotect Branches
4. Project snippets: Processing in the following ways
- Get, create, Update,and delete code snippets for a project
5. Repositories: Can be managed in the following ways
- List all the Git tags
- Create a new Git tag
- Get a raw file or blob content
- Compare branches, tags, or commits
- List all the Contributors
6. Commits: Can be managed in the following ways
- List all the commits for a repository
- Get a single commit
- Get the difference for a single commit
7. Branches: Can be managed in the following ways
- List, get, create, protect, unprotect, and delete branches
8. Merge requests: Can be managed in the following ways
- List all the merge requests
- Get, create, edit, accept, and close merge requests
- Get all the comments for a given merge request
9. Issues: Can be managed in the following ways
- List, get, create, and edit issues
Groups: Can be managed in the following ways
- List, get and create groups
- Transfer the project to a group
- List all the group members
- ADD and remove Group members
Gitlab-using other API resources