| get_gitlab_connection | Get/set a GitLab connection for all calls | 
| gitlab | Request GitLab API | 
| gitlabr-deprecated | Deprecated functions | 
| gitlabr_options_set | Set gitlabr options | 
| glLoginInput | Shiny module to login to GitLab API | 
| glReactiveLogin | Shiny module to login to GitLab API | 
| gl_archive | Archive a repository | 
| gl_assign_issue | Post a new issue or edit one | 
| gl_builds | Deprecated functions | 
| gl_ci_job | Deprecated functions | 
| gl_close_issue | Post a new issue or edit one | 
| gl_close_merge_request | Manage merge requests | 
| gl_comment_commit | Get the comments/notes of a commit or issue | 
| gl_comment_issue | Get the comments/notes of a commit or issue | 
| gl_connection | Connect to a specific GitLab instance API | 
| gl_create_branch | List, create and delete branches | 
| gl_create_issue | Post a new issue or edit one | 
| gl_create_merge_request | Manage merge requests | 
| gl_delete_branch | List, create and delete branches | 
| gl_delete_file | Upload, delete a file to a GitLab repository | 
| gl_delete_group | Manage groups | 
| gl_delete_issue | Post a new issue or edit one | 
| gl_delete_merge_request | Manage merge requests | 
| gl_delete_project | Manage projects | 
| gl_edit_comment | Get the comments/notes of a commit or issue | 
| gl_edit_commit_comment | Get the comments/notes of a commit or issue | 
| gl_edit_group | Manage groups | 
| gl_edit_issue | Post a new issue or edit one | 
| gl_edit_issue_comment | Get the comments/notes of a commit or issue | 
| gl_edit_merge_request | Manage merge requests | 
| gl_edit_project | Manage projects | 
| gl_file_exists | Access to repository files in GitLab | 
| gl_get_branch | List, create and delete branches | 
| 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_commit_comments | Get the comments/notes of a commit or issue | 
| gl_get_diff | Get commits and diff from a project repository | 
| gl_get_file | Access to repository files in GitLab | 
| gl_get_group_id | Get a group id by name | 
| gl_get_issue | Get issues of a project or user | 
| gl_get_issue_comments | Get the comments/notes of a commit or issue | 
| gl_get_project | List projects information | 
| gl_get_projects | List projects information | 
| gl_get_project_id | Get a project id by name | 
| gl_group_req | Create a group specific request | 
| gl_jobs | Access the GitLab CI builds | 
| gl_latest_build_artifact | Access the GitLab CI builds | 
| gl_list_branches | List, create and delete branches | 
| gl_list_files | List of files in a folder | 
| gl_list_groups | List and manage groups | 
| gl_list_group_members | List members of a specific group | 
| gl_list_group_projects | List projects information | 
| gl_list_issues | Get issues of a project or user | 
| gl_list_merge_requests | Manage merge requests | 
| gl_list_projects | List projects information | 
| gl_list_project_members | List members of a specific project | 
| gl_list_sub_groups | List and manage groups | 
| gl_list_user_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_new_subgroup | Manage groups | 
| gl_pipelines | Access the GitLab CI builds | 
| gl_project_connection | Connect to a specific GitLab instance API | 
| gl_proj_req | Create a project specific request | 
| gl_push_file | Upload, delete a file to a GitLab repository | 
| gl_reopen_issue | Post a new issue or edit one | 
| gl_repository | Access to repository files in GitLab | 
| gl_to_issue_id | Translate projectwide issue id to global GitLab API issue id | 
| gl_unassign_issue | Post a new issue or edit one | 
| 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 | 
| unset_gitlab_connection | Get/set a GitLab connection for all calls | 
| use_gitlab_ci | Add .gitlab-ci.yml file in your current project from template |