Created
June 21, 2021 16:57
-
-
Save suru-dissanaike/81dc205a3e29974fce3f19a1fb91f92d to your computer and use it in GitHub Desktop.
gitlab API example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 278964, | |
"description": "GitLab is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab on your own servers, in a container, or on a cloud provider.", | |
"name": "GitLab", | |
"name_with_namespace": "GitLab.org / GitLab", | |
"path": "gitlab", | |
"path_with_namespace": "gitlab-org/gitlab", | |
"created_at": "2015-05-20T10:47:11.949Z", | |
"default_branch": "master", | |
"tag_list": [], | |
"topics": [], | |
"ssh_url_to_repo": "[email protected]:gitlab-org/gitlab.git", | |
"http_url_to_repo": "https://gitlab.com/gitlab-org/gitlab.git", | |
"web_url": "https://gitlab.com/gitlab-org/gitlab", | |
"readme_url": "https://gitlab.com/gitlab-org/gitlab/-/blob/master/README.md", | |
"avatar_url": "https://assets.gitlab-static.net/uploads/-/system/project/avatar/278964/logo-extra-whitespace.png", | |
"forks_count": 3936, | |
"star_count": 2858, | |
"last_activity_at": "2021-06-21T16:36:22.382Z", | |
"namespace": { | |
"id": 9970, | |
"name": "GitLab.org", | |
"path": "gitlab-org", | |
"kind": "group", | |
"full_path": "gitlab-org", | |
"parent_id": null, | |
"avatar_url": "/uploads/-/system/group/avatar/9970/logo-extra-whitespace.png", | |
"web_url": "https://gitlab.com/groups/gitlab-org" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment