Javascript (Browser and Node) API client for the GitBook API.
npm install @gitbook/api
import { GitBookAPI } from '@gitbook/api';
const gitbook = new GitBookAPI({
authToken: 'gb_abc,
});
const { data } = await gitbook..spaces.getSpaceById('abc');