fetch_work: Fetch all merge requests as local branches and link to a remote
Description
Fetch all merge requests as local branches and link to a remote
Usage
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