# NOT RUN {
gitlab(req = "projects",
api_root = "https://gitlab.example.com/api/v4/",
private_token = "123####89")
gitlab(req = c("projects", 21, "issues"),
state = "closed",
gitlab_con = my_gitlab)
# }
Run the code above in your browser using DataLab