Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow gitlab repositories to be fetched #3

Open
mathildedd opened this issue Sep 21, 2021 · 2 comments
Open

allow gitlab repositories to be fetched #3

mathildedd opened this issue Sep 21, 2021 · 2 comments

Comments

@mathildedd
Copy link
Collaborator

In addition to Github, Gitlab is a big player.

Let's allow to fetch metadata from there as well.

@mathildedd
Copy link
Collaborator Author

looking into this.

It is possible to do anonymous calls in gitlab's API as long as the resource is publicly available.
For example
curl https://git.drupalcode.org/api/v4/projects/19203/repository/commits returns a list of commits.

@mathildedd
Copy link
Collaborator Author

the data given by this is the same as we would get from a raw git call I believe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant