Node.js client for api.begin.com
Obtain a token
by logging in at https://begin.com, or by creating a client at https://api.begin.com.
Install
npm i @begin/api
Usage
// ESM
import begin from '@begin/client'
// CJS
const begin = require('@begin/client')
// Method example (list all apps for token)
const apps = await begin.list({ token })