-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from larksuite/v2_rewrite
SDK V2 rewrite
- Loading branch information
Showing
222 changed files
with
14,533 additions
and
22,227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
v2.0.0 | ||
v2/version.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
Name: "Defect Problem Feedback" | ||
About: Submit defect feedback | ||
|
||
--- | ||
|
||
<! -- | ||
Thank you for your feedback. | ||
|
||
Please provide as comprehensive information as possible to help locate and rectify the fault. | ||
|
||
You can enable the log Debug mode (during development) to view more logs, which helps you troubleshoot problems | ||
|
||
SDK version: The SDK version to be used. Make sure the version is up to date | ||
|
||
Access API HTTP URL: THE API that the work is calling when the problem occurs | ||
|
||
Minimum code: if possible, please provide a minimum problem recurrence code | ||
|
||
Error message: The error message (including request ID) received by the SDK is not a service error | ||
|
||
--> | ||
|
||
* **SDK version**: | ||
* **access API HTTP URL**: | ||
* **How to Reproduce**: | ||
|
||
<! -- Please provide any other information that may assist in locating the problem --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: "缺陷问题反馈" | ||
about: 提交缺陷问题反馈 | ||
|
||
--- | ||
|
||
<!-- | ||
感谢提交问题反馈。 | ||
请提供尽量全面的信息协助问题定位修复。 | ||
可开启日志 Debug 模式(开发阶段),看更多的日志,有利于排查问题 | ||
SDK 版本:使用的 SDK 版本,请确定版本是最新的 | ||
访问的 API HTTP URL:问题发生时工作所在的调用的 API | ||
最小代码:如果可能,请提供一份最小问题复现代码 | ||
报错信息:SDK 反馈的错误信息(含:Request id),非自身业务的错误 | ||
--> | ||
|
||
* **SDK 版本**: | ||
* **访问的 API HTTP URL**: | ||
* **最小代码**: | ||
* **报错信息** | ||
|
||
<!-- 请提供其他可能协助问题定位的信息 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ modules.txt | |
*_test.go | ||
*.json | ||
*.sh | ||
test.go | ||
test*.* |
Oops, something went wrong.