@larksuiteoapi/node-sdk 1.31.0-alpha.0 → 1.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Feishu open interface SDK
2
2
 
3
+ ![GitHub Repo stars](https://img.shields.io/github/stars/larksuite/node-sdk)
4
+ ![NPM Downloads](https://img.shields.io/npm/dw/%40larksuiteoapi%2Fnode-sdk)
5
+ ![NPM License](https://img.shields.io/npm/l/%40larksuiteoapi%2Fnode-sdk)
6
+
7
+
3
8
  [中文](https://github.com/larksuite/node-sdk/blob/main/README.zh.md)
4
9
  ## Overview
5
10
  [Feishu Open Platform](https://open.feishu.cn/document/ukTMukTMukTM/uITNz4iM1MjLyUzM) provides a series of atomic APIs on the server side to realize diversified functions, but the actual coding process is not very smooth: when using these APIs to complete operation, a lot of extra work needs to be considered, such as token acquisition and maintenance, data encryption and decryption, request signature verification, etc.; in the actual coding process, the semantics of function calls are missing, cause mental burden.
package/README.zh.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # 飞书开放接口SDK
2
+
3
+ ![GitHub Repo stars](https://img.shields.io/github/stars/larksuite/node-sdk)
4
+ ![NPM Downloads](https://img.shields.io/npm/dw/%40larksuiteoapi%2Fnode-sdk)
5
+ ![NPM License](https://img.shields.io/npm/l/%40larksuiteoapi%2Fnode-sdk)
6
+
2
7
  [English](https://github.com/larksuite/node-sdk/blob/main/README.md)
3
8
  ## 概述
4
9
  [飞书开放平台](https://open.feishu.cn/document/ukTMukTMukTM/uITNz4iM1MjLyUzM)提供了一系列服务端的原子api来实现多元化的功能,但在实际编码过程中感受不是很顺畅,原因在于使用这些api完成功能时,需要考虑很多额外的工作,如token的获取及其维护、数据加解密、请求的验签等等;再者,在实际编码过程中,少了函数调用的语义化描述,类型系统的支持,使得心智负担过重。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@larksuiteoapi/node-sdk",
3
- "version": "1.31.0-alpha.0",
3
+ "version": "1.31.0",
4
4
  "description": "larksuite open sdk for nodejs",
5
5
  "keywords": [
6
6
  "feishu",