{"id":22370141,"url":"https://github.com/elquimista/gitlab-api-wrapper","last_synced_at":"2026-02-21T08:02:34.148Z","repository":{"id":130484720,"uuid":"93102162","full_name":"elquimista/gitlab-api-wrapper","owner":"elquimista","description":"The most comprehensive GitLab API, almost covers all GitLab API endpoints. Also, we provide an isomorphic API which can be used in both browser and Node.js environments","archived":false,"fork":false,"pushed_at":"2018-11-26T13:12:18.000Z","size":33,"stargazers_count":12,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T04:30:51.870Z","etag":null,"topics":["gitlab","gitlab-api","javascript","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elquimista.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-01T21:45:35.000Z","updated_at":"2025-02-02T22:22:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"53cd36ea-fcc8-4782-838f-a82b606829ed","html_url":"https://github.com/elquimista/gitlab-api-wrapper","commit_stats":null,"previous_names":["clthck/gitlab-api-wrapper"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/elquimista/gitlab-api-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elquimista%2Fgitlab-api-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elquimista%2Fgitlab-api-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elquimista%2Fgitlab-api-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elquimista%2Fgitlab-api-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elquimista","download_url":"https://codeload.github.com/elquimista/gitlab-api-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elquimista%2Fgitlab-api-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29676984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitlab","gitlab-api","javascript","nodejs"],"created_at":"2024-12-04T19:34:55.553Z","updated_at":"2026-02-21T08:02:34.143Z","avatar_url":"https://github.com/elquimista.png","language":"JavaScript","readme":"# gitlab-api-wrapper\n\n[![npm-version](https://img.shields.io/npm/v/gitlab-api-wrapper.svg?style=flat-square)](https://www.npmjs.com/package/gitlab-api-wrapper)\n[![npm-downloads](https://img.shields.io/npm/dt/gitlab-api-wrapper.svg?style=flat-square)](https://www.npmjs.com/package/gitlab-api-wrapper)\n\n---\n\nThe most comprehensive GitLab API, almost covers all GitLab API endpoints. Also, we provide an isomorphic API which can be used in both browser and Node.js environments.\n\n## Install\n\n```bash\nyarn add gitlab-api-wrapper\n```\n\n## Usage\n\n```js\nconst GitlabApis = require('gitlab-api-wrapper');\n\nconst client = GitlabApis({\n  // the GitLab url\n  base_url: 'http://gitlab.alibaba-inc.com',\n  private_token: '',\n  timeout: 3000,\n});\n\n// return a promise object\nconst ret = client.projects.list({search: 'xx'});\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felquimista%2Fgitlab-api-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felquimista%2Fgitlab-api-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felquimista%2Fgitlab-api-wrapper/lists"}