mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2025-12-08 20:25:52 +00:00
This hasn't been supported for a while since it was implemented incorrectly. Further, using it is generally bad practice. If such functionality is required, the user can utilise one of the ENV s needed to bypass this check
Removing native support for rejectUnauthorized - Suggest nodejs env NODE_TLS_REJECT_UNAUTHORIZED=0 instead (#3540)
Removing native support for rejectUnauthorized - Suggest nodejs env NODE_TLS_REJECT_UNAUTHORIZED=0 instead (#3540)
Removing native support for rejectUnauthorized - Suggest nodejs env NODE_TLS_REJECT_UNAUTHORIZED=0 instead (#3540)
Removing native support for rejectUnauthorized - Suggest nodejs env NODE_TLS_REJECT_UNAUTHORIZED=0 instead (#3540)
Removing native support for rejectUnauthorized - Suggest nodejs env NODE_TLS_REJECT_UNAUTHORIZED=0 instead (#3540)
Removing native support for rejectUnauthorized - Suggest nodejs env NODE_TLS_REJECT_UNAUTHORIZED=0 instead (#3540)
A typed GitLab SDK for Browser, Node.js, Deno and CLI usage.
Table of Contents
Features
- Complete - All features of Gitlab's exposed APIs are covered up to version 16.0. See here for the full list.
- Universal - Works in all modern browsers, Node.js, and Deno and supports CLI usage.
- Tested - All libraries have > 80% test coverage.
- Typed - All libraries have extensive TypeScript declarations.
Packages
- 🔧 @gitbeaker/requester-utils - Utilities for the underlying HTTP request functionality.
- 📜 @gitbeaker/core - The core API detailing all the Gitlab resource support.
- 💻 @gitbeaker/rest - The Node.js, Deno and Modern Browser wrapper around the gitbeaker core API, using native fetch. This is the primary library for consumption.
- 📟 @gitbeaker/cli - The CLI Wrapper around the @gitbeaker/rest distribution.
Contributors
This started as a fork from node-gitlab-legacy but I ended up rewriting much of the code. Here are the original work's contributors.
Description
Languages
TypeScript
98.7%
JavaScript
1.1%
Shell
0.1%