| gitlabr-package | Interface to gitlab API on high and low levels |
| archive | Get zip archive of a specific repository |
| assign_issue | Post a new issue or edit one |
| close_issue | Post a new issue or edit one |
| comment_commit | Get the comments of a commit or issue |
| comment_issue | Get the comments of a commit or issue |
| create_branch | List, create and delete branches |
| create_merge_request | Create a merge request |
| delete_branch | List, create and delete branches |
| edit_comment | Get the comments of a commit or issue |
| edit_commit_comment | Get the comments of a commit or issue |
| edit_issue | Post a new issue or edit one |
| edit_issue_comment | Get the comments of a commit or issue |
| file_exists | For 'file_exists' dots are passed on to 'list_files' and gitlab API call |
| get_comments | Get the comments of a commit or issue |
| get_commits | Get commits and diff from a project repository |
| get_commit_comments | Get the comments of a commit or issue |
| get_diff | Get commits and diff from a project repository |
| get_file | For 'file_exists' dots are passed on to 'list_files' and gitlab API call |
| get_issue | Get issues of a project or user |
| get_issues | Get issues of a project or user |
| get_issue_comments | Get the comments of a commit or issue |
| get_project_id | Get a project id by name |
| gitlab | Request Gitlab API |
| gitlabr | Interface to gitlab API on high and low levels |
| gitlab_connection | Connect to a specific gitlab instance API |
| iff | Apply a function if and only if test is TRUE |
| iffn | Apply a function if and only if test is TRUE |
| list_branches | List, create and delete branches |
| list_files | Access to repository functions in Gitlab API |
| list_projects | List projects in Gitlab |
| new_issue | Post a new issue or edit one |
| pipe_into | Pipe into specific formal argument |
| prefix | Prefix a string of text |
| project_connection | Connect to a specific gitlab instance API |
| proj_req | Create a project specific request |
| push_file | Upload a file to a gitlab repository |
| reopen_issue | Post a new issue or edit one |
| repository | Access to repository functions in Gitlab API |
| set_gitlab_connection | Get/set a gitlab connection for all calls |
| to_issue_id | Translate projectwide issue id to global gitlab API issue id |
| unassign_issue | Post a new issue or edit one |
| unset_gitlab_connection | Get/set a gitlab connection for all calls |