🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@gitbook/api

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
i

@gitbook/api

Javascript (Browser and Node) API client for the [GitBook API](https://developer.gitbook.com/).

0.115.0
latest
85

Supply Chain Security

100

Vulnerability

81

Quality

100

Maintenance

100

License

Network access

Supply chain risk

This module accesses the network.

Found 1 instance in 1 package

Version published
Weekly downloads
0
Maintainers
6
Weekly downloads
 
Created
Issues
46

@gitbook/api

Javascript (Browser and Node) API client for the GitBook API.

Installation

npm install @gitbook/api

Usage

import { GitBookAPI } from '@gitbook/api';

const gitbook = new GitBookAPI({
    authToken: 'gb_abc,
});

const { data } = await gitbook..spaces.getSpaceById('abc');

FAQs

Package last updated on 08 May 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