gitlab                  Request GitLab API
gitlabr-deprecated      Deprecated functions
gitlabr_options_set     Set gitlabr options
glLoginInput            Shiny module to login to GitLab API
gl_archive              Archive a repository
gl_connection           Connect to a specific GitLab instance API
gl_create_merge_request
                        Manage merge requests
gl_get_comments         Get the comments/notes of a commit or issue
gl_get_commits          Get commits and diff from a project repository
gl_get_group_id         Get a group id by name
gl_get_project_id       Get a project id by name
gl_group_req            Create a group specific request
gl_list_branches        List, create and delete branches
gl_list_files           List of files in a folder
gl_list_group_members   List members of a specific group
gl_list_groups          List and manage groups
gl_list_issues          Get issues of a project or user
gl_list_project_members
                        List members of a specific project
gl_list_projects        List projects information
gl_new_group            Manage groups
gl_new_issue            Post a new issue or edit one
gl_new_project          Manage projects
gl_pipelines            Access the GitLab CI builds
gl_proj_req             Create a project specific request
gl_push_file            Upload, delete a file to a GitLab repository
gl_repository           Access to repository files in GitLab
gl_to_issue_id          Translate projectwide issue id to global GitLab
                        API issue id
multilist_to_tibble     Modify a multilist from API JSON output to a
                        level 1 tibble
set_gitlab_connection   Get/set a GitLab connection for all calls
use_gitlab_ci           Add .gitlab-ci.yml file in your current project
                        from template
