# @gitbeaker/node

> Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.

Latest version **35.8.1** (published 2023-03-14) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @gitbeaker/node
pnpm add @gitbeaker/node
yarn add @gitbeaker/node
bun add @gitbeaker/node
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 35.8.1 |
| Published | 2023-03-14 |
| First published | 2020-03-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=14.2.0 |
| Dependencies | 5 |
| Unpacked size | 61 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1731 |
| Author | Justin Dalrymple |
| Maintainers | jdalrymple |
| Keywords | api, es5, es6, gitlab, got |

## Links

- npm: https://www.npmjs.com/package/@gitbeaker/node
- Repository: https://github.com/jdalrymple/gitbeaker
- Homepage: https://github.com/jdalrymple/gitbeaker#readme
- Issues: https://github.com/jdalrymple/gitbeaker/issues
- npm.io page: https://npm.io/package/@gitbeaker/node

## Dependencies (5)

- [got](https://npm.io/package/got.md) ^11.8.3
- [delay](https://npm.io/package/delay.md) ^5.0.0
- [xcase](https://npm.io/package/xcase.md) ^2.0.1
- [@gitbeaker/core](https://npm.io/package/@gitbeaker/core.md) ^35.8.1
- [@gitbeaker/requester-utils](https://npm.io/package/@gitbeaker/requester-utils.md) ^35.8.1

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 35.8.1 (latest) — 2023-03-14
- 32.2.0--canary.1979.349447020.0 (canary) — 2021-08-07
- 35.8.0 — 2022-11-16
- 35.7.0 — 2022-07-11
- 35.6.1 — 2022-07-11
- 35.6.0 — 2022-03-23
- 35.5.0 — 2022-03-16
- 35.4.0 — 2022-02-07
- 35.3.0 — 2022-02-05
- 35.2.0 — 2022-02-05
- 35.1.0 — 2021-12-01
- 35.0.0 — 2021-12-01
- 34.7.0 — 2021-11-30
- 34.6.0 — 2021-11-15
- 34.5.0 — 2021-11-05
- … 141 more at https://npm.io/package/@gitbeaker/node/versions

## README

<div align="center">
  <br>
  <img alt="gitbeaker" src=".github/ASSETS/header.svg">
</div>
<br>
<p align="center">
<a href="https://circleci.com/gh/jdalrymple/gitbeaker/tree/master">
  <img src="https://circleci.com/gh/jdalrymple/gitbeaker/tree/master.svg?style=svg" alt="CircleCI Pipeline Status">
</a>
<a href="https://codeclimate.com/github/jdalrymple/gitbeaker">
  <img src="https://codeclimate.com/github/jdalrymple/gitbeaker/badges/gpa.svg" alt="Code Climate maintainability">
</a>
<a href="https://codecov.io/gh/jdalrymple/gitbeaker">
  <img src="https://img.shields.io/codecov/c/github/jdalrymple/gitbeaker/master.svg" alt="CodeCov test coverage">
</a>
<a href="https://david-dm.org/jdalrymple/gitbeaker?path=packages/node">
  <img src="https://status.david-dm.org/gh/jdalrymple/gitbeaker.svg?path=packages/node" alt="Dependency Status" />
</a>
<a href="https://david-dm.org/jdalrymple/gitbeaker?path=packages/node&type=dev">
  <img src="https://status.david-dm.org/gh/jdalrymple/gitbeaker.svg?path=packages/node&type=dev" alt="Dev Dependency Status" />
</a>
<a href="https://github.com/intuit/auto">
  <img src="https://img.shields.io/badge/release-auto.svg?colorA=888888&colorB=9B065A&label=auto" alt="Auto">
</a>
<a href="#contributors-">
  <img src="https://img.shields.io/badge/all_contributors-orange.svg?style=round" alt="All Contributors" />
</a>
<img src="https://img.shields.io/badge/code%20style-prettier-ff69b4.svg" alt="Prettier">  
  <a href="LICENSE.md">
    <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Licence: MIT">
  </a>
  <a href="https://packagephobia.now.sh/result?p=@gitbeaker/node">
    <img src="https://packagephobia.now.sh/badge?p=@gitbeaker/node" alt="Install Size: Node">
  </a>
</p>

🤖 [GitLab](https://gitlab.com/gitlab-org/gitlab/) API NodeJS library with full support of all the [Gitlab API](https://gitlab.com/gitlab-org/gitlab/tree/master/doc/api) services.

[Read More](https://github.com/jdalrymple/gitbeaker#readme)

---
_Source: https://npm.io/package/@gitbeaker/node · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
