New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nexaro.ipaas/gitlab-sdk

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexaro.ipaas/gitlab-sdk

📦 Node SDK for GitLab API

  • 1.1.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-91.67%
Maintainers
0
Weekly downloads
 
Created
Source

GitLab SDK

📦 Node SDK for GitLab API.

This SDK provides an easy way to interact with GitLab's API, allowing server-side applications to manage repositories, users, and more with simple API calls.

Installation

This SDK is intended for server-side use only.

pnpm add @nexaro.ipaas/gitlab-sdk

Usage

Basic Setup:

Import the SDK and create a new instance by passing your private GitLab token:

import GitlabSdk from '@nexaro.ipaas/gitlab-sdk'

// Initialize the client with your private token
const client = new GitlabSdk('__TOKEN_PRIVATE__')

const projects = await client.projects.searchMany()

Development

To set up the development environment:

Installation

pnpm install

Running Locally

To start the application in development mode:

pnpm run dev

This will start the development server and allow you to test any changes locally.

Build

To build the SDK for production:

pnpm run build

This will bundle the SDK for distribution.

FAQs

Package last updated on 05 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc