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