electerm-sync
v2.0.0
Published
electerm sync API wrapper.
Readme
electerm-sync API js wrapper
Installation
Node.js
npm i electerm-syncUsage
import { electermSync } from 'electerm-sync'
import axios from 'axios'
// type: 'github', 'gitee', 'custom', 'cloud'
// func: 'test', 'create', 'update', 'getOne'
// args: array of arguments for the function
// token: access token or connection string
const result = await electermSync(
axios.create(),
'github',
'test',
[],
'your-github-token'
)Test
npm run testLicense
MIT
