Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 374 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 374 Bytes

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 })