Skip to content

Commit 566c2a0

Browse files
authored
Merge pull request #55 from larksuite/v2_rewrite
SDK V2 rewrite
2 parents 802a1aa + 784b036 commit 566c2a0

File tree

222 files changed

+14533
-22227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+14533
-22227
lines changed

.github/.version

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v2.0.0
2+
v2/version.go
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
Name: "Defect Problem Feedback"
3+
About: Submit defect feedback
4+
5+
---
6+
7+
<! --
8+
Thank you for your feedback.
9+
10+
Please provide as comprehensive information as possible to help locate and rectify the fault.
11+
12+
You can enable the log Debug mode (during development) to view more logs, which helps you troubleshoot problems
13+
14+
SDK version: The SDK version to be used. Make sure the version is up to date
15+
16+
Access API HTTP URL: THE API that the work is calling when the problem occurs
17+
18+
Minimum code: if possible, please provide a minimum problem recurrence code
19+
20+
Error message: The error message (including request ID) received by the SDK is not a service error
21+
22+
-->
23+
24+
* **SDK version**:
25+
* **access API HTTP URL**:
26+
* **How to Reproduce**:
27+
28+
<! -- Please provide any other information that may assist in locating the problem -->
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "缺陷问题反馈"
3+
about: 提交缺陷问题反馈
4+
5+
---
6+
7+
<!--
8+
感谢提交问题反馈。
9+
请提供尽量全面的信息协助问题定位修复。
10+
可开启日志 Debug 模式(开发阶段),看更多的日志,有利于排查问题
11+
12+
SDK 版本:使用的 SDK 版本,请确定版本是最新的
13+
访问的 API HTTP URL:问题发生时工作所在的调用的 API
14+
最小代码:如果可能,请提供一份最小问题复现代码
15+
报错信息:SDK 反馈的错误信息(含:Request id),非自身业务的错误
16+
17+
-->
18+
19+
* **SDK 版本**:
20+
* **访问的 API HTTP URL**:
21+
* **最小代码**:
22+
* **报错信息**
23+
24+
<!-- 请提供其他可能协助问题定位的信息 -->

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ modules.txt
1010
*_test.go
1111
*.json
1212
*.sh
13-
test.go
13+
test*.*

0 commit comments

Comments
 (0)