0.0.1 • Published 1 year ago

dingtalk-node-api v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

dingtalk

Simple DingTalk API for Node.js

installation

~$ npm i dingtalk-js-api

example

const DingTalk = require('dingtalk-js-api');

const dingtalk = new DingTalk({
  access_token: '-- Your Access Token Here --'
});

dingtalk
.create()
.text('dingtalk is great!')
.send()
//-> "ok"

licesne

This project is under MIT license.

0.0.1

1 year ago