const documentation = `
You may use your GitLab Project Id (e.g. 278964) or your Project Path (e.g. gitlab-org/gitlab ). Note that only internet-accessible GitLab instances are supported, for example https://jihulab.com, https://gitlab.gnome.org, or https://gitlab.com.
` function errorMessagesFor(notFoundMessage = 'project not found') { return { 401: notFoundMessage, 404: notFoundMessage, } } export { documentation, errorMessagesFor }