All Projects → eggjs → egg-dingtalk

eggjs / egg-dingtalk

Licence: MIT license
egg plugin for dingtalk

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to egg-dingtalk

egg-apollo-server
No description or website provided.
Stars: ✭ 21 (-27.59%)
Mutual labels:  egg-plugin
egg-kafkajs
☎️kafka plugin for eggjs
Stars: ✭ 26 (-10.34%)
Mutual labels:  egg-plugin
DingTalkUI
非越狱环境下修改钉钉位置,依赖Monkeydev/DingtalkPod
Stars: ✭ 12 (-58.62%)
Mutual labels:  dingtalk
egg-weapp-sdk
Egg的微信小程序登录会话管理SDK
Stars: ✭ 111 (+282.76%)
Mutual labels:  egg-plugin
dingtalk
go版本的钉钉开发api
Stars: ✭ 71 (+144.83%)
Mutual labels:  dingtalk
egg-mailer
🥚 mailer plugin for egg
Stars: ✭ 23 (-20.69%)
Mutual labels:  egg-plugin
autojs-dingtalk
利用autojs进行钉钉自动打卡的脚本
Stars: ✭ 37 (+27.59%)
Mutual labels:  dingtalk
deepin.com.dingtalk.com
This is a Unofficial deepin-wine container for Dingtalk | 这是个非官方钉钉容器
Stars: ✭ 39 (+34.48%)
Mutual labels:  dingtalk
egg-session-redis
redis store for egg session
Stars: ✭ 41 (+41.38%)
Mutual labels:  egg-plugin
golang-zabbix-alter-to-dingding
zabbix报警到钉钉
Stars: ✭ 59 (+103.45%)
Mutual labels:  dingtalk
caesar
持续集成
Stars: ✭ 40 (+37.93%)
Mutual labels:  dingtalk
egg-cache
💾 Cache plugin for eggjs
Stars: ✭ 60 (+106.9%)
Mutual labels:  egg-plugin
egg-view-react
egg view plugin for react
Stars: ✭ 89 (+206.9%)
Mutual labels:  egg-plugin
beihu-boot
企业级快速开发框架集,提供各种组件的模板方法包装,简化使用成本,供参考学习!
Stars: ✭ 32 (+10.34%)
Mutual labels:  dingtalk
egg-view-pug
egg view plugin for pug.
Stars: ✭ 24 (-17.24%)
Mutual labels:  egg-plugin
yii2-dingtalk
yii2钉钉接口
Stars: ✭ 23 (-20.69%)
Mutual labels:  dingtalk
egg-vue-webpack-dev
基于egg + vue2 + webpack2 的前后端集成开发编译构建插件
Stars: ✭ 29 (+0%)
Mutual labels:  egg-plugin
hubot-dingtalk
hubot-dingtalk:支持钉钉Outgoing
Stars: ✭ 29 (+0%)
Mutual labels:  dingtalk
notify
推送通知 sdk(Bark、Chanify、钉钉群机器人、Discord、邮件、飞书群机器人、Gitter、Google Chat、iGot、Logger、Mattermost、Now Push、PushBack、Push、PushDeer、PushPlus、QQ 频道机器人、Rocket Chat、Server 酱、Showdoc Push、Slack、Telegram、Webhook、企业微信群机器人、息知、Zulip)。
Stars: ✭ 335 (+1055.17%)
Mutual labels:  dingtalk
egg-elasticsearch
elasticsearch client for egg.js
Stars: ✭ 22 (-24.14%)
Mutual labels:  egg-plugin

egg-dingtalk

NPM version build status Test coverage David deps Known Vulnerabilities npm download

egg plugin for dingtalk

Install

$ npm i egg-dingtalk --save

Usage

// {app_root}/config/plugin.js
exports.dingtalk = {
  enable: true,
  package: 'egg-dingtalk',
};

// {app_root}/app/controller/test.js
exports.list = async ctx => {
  ctx.body = await ctx.dingtalk.user.list('1', true);
};

Configuration

// {app_root}/config/config.default.js
exports.dingtalk = {
  corpid: '',
  corpsecret: '',
  host: '',
  enableContextLogger: '',
};

Feature

Questions & Suggestions

Please open an issue here.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].