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.
npm i @begin/api
// 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 })