Hello!
I am currently creating a Commit chart using the Gitlab API.
Currently I am developing using vue.js.
By the way, I used https://gitlab.com/api/v4/users/myid/projects and I can not get commit count…
In addition, private projects can be retrieved using an access token, while public projects can not be retrieved.
in conclusion…
- How can I get a user’s commit and commit count?
- How do I get the contents of a user’s public project commit using access token?