Replies: 2 comments
-
好想法,可以试试。 一开始我们也想过类似的方案,最后没能实施的主要原因是把官方文档里的内容转换成 OAS 或其他规范,这个工作量本身就已经比直接在 C# 里定义接口的工作量还要大了,而且很多接口里非标的东西太多了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这样的标准文档解析容易,主要是要有签名认证的之类的需要自定义. 发现一个这样的项目https://github.com/tryAGI/AutoSDK |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
这样像支付宝,openai等提供了openapi.yaml的服务都能获得像当前项目这样的使用体验了.
目前支付宝使用openapi-generator生成的SDK并不好用.
可以使用OpenAPI.NET解析openapi.yaml.
Beta Was this translation helpful? Give feedback.
All reactions