- 授权协议: Apache-2.0
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/yunify/snips
- 软件文档: https://github.com/yunify/snips/blob/master/README.md
- 官方下载: https://github.com/yunify/snips/archive/master.zip
软件介绍
Snips 是 QingCloud & QingStor SDKs 的代码生成工具。Snips 使用 OpenAPI Specification(Swagger)v2.0 格式的 API 规范为 QingCloud 和 QingStor SDK 生成各种代码。
Snips 采用 API 规范和模板来生成大量的 API 代码,这些生成的代码加上手写的代码组成 SDK。 接下来,我们使用测试脚本来确保我们的 SDK 正常工作,并确保它们的功能一致性。
添加另一个编程语言的SDK:
手工创建SDK文件,处理配置,网络请求等。
编写用于代码的模板。
用剪刀生成代码。
运行测试。
发布。
更新一个存在的SDK:
改变工艺文件(如果需要)和更新的API规格。
重新生成代码。
运行测试。
发布。
Ajax Design Patterns
Michael Mahemoff / O'Reilly Media / 2006-06-29 / USD 44.99
Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a s......一起来看看 《Ajax Design Patterns》 这本书的介绍吧!
