Skip to content

TS版SDK完全无法使用,可以补一下文档吗 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mani95lisa opened this issue Jul 27, 2022 · 3 comments
Closed

TS版SDK完全无法使用,可以补一下文档吗 #7

mani95lisa opened this issue Jul 27, 2022 · 3 comments

Comments

@mani95lisa
Copy link

对比下之前项目的接口截图,使用的时候,就直接写入地址,参数从接口文档里粘贴下来就行了,现在TS这个版本,弄的极其复杂庞大,真的是学习了Java所有的臃肿难用的传统,确没有沾到一点点js便捷好用的边啊。琢磨及时分钟了,头大死了,而且官方的Api Explorer的Nodejs版本代码示例也没有。

你们这样乱七八糟命名,鬼知道什么接口用什么方法啊,我想试个gettoken,全文检索都找不到,叫我如何用啊。
哪怕对比下面java的代码,也是极其简单啊,能不能不要让java程序员来坑我们nodejs程序员呢,谢谢了,我又只能换回以前的SDK改改用了...

DingTalkClient client = new DefaultDingTalkClient("https://oapi.dingtalk.com/gettoken");
OapiGettokenRequest req = new OapiGettokenRequest();
req.setHttpMethod("GET");
OapiGettokenResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

image

@mani95lisa
Copy link
Author

算了,dingtalk都没在这个库里面

@tolerious
Copy link

@ifsc01
Copy link

ifsc01 commented Dec 12, 2023

@alicloud/green20220302 的文档找半天没找到
wtf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants