if (FALSE) {
# fill in login parameters
set_gitlab_connection(gitlab_url = "https://gitlab.com",
private_token = Sys.getenv("GITLAB_COM_TOKEN"))
gl_get_comments(project = "<>", object_type = "issue", 1)
gl_get_comments(project = "<>", "commit",
id = "8ce5ef240123cd78c1537991e5de8d8323666b15")
gl_comment_issue(project = "<>", 1,
text = "Almost done!")
}
Run the code above in your browser using DataLab