Fetch all merge requests as local branches and link to a remote

fetch_work(token, assignment, page = 1, server = "https://gitlab.com/api/v4/")

Arguments

token

GitLab token

assignment

Name of the assignment (e.g., "class345/class345-assignment1")

page

Number of the results page to select

server

The gitlab API server

Details

See https://github.com/vnijs/gitgadget for additional documentation