OAS, swagger-codegen实践

2019-03-01  本文已影响0人  maxluan

Update:

背景

技术名词

实践内容

  1. 使用OAS描述restful api,
  2. 使用swagger-edit, swagger-codegen生成代码骨架。
  3. 使用Postman import OAS yml, 生成functional test.
  4. [TBA], 为swagger-codegen增加语言支持。

实践细节

OAS描述restful api

  1. spec细节参见OpenAPI Specification
  2. editor:
    a. 使用在线版 [https://editor.swagger.io/] (我没这么做)
    b. 使用docker image.
    c. [TODO] 配合custom代码,自己搭建docker image.

使用swagger-edit, swagger-codegen生成代码骨架。

Details not important.

使用Postman import OAS yml, 生成functional test.

Details not important.

[TBA], 为swagger-codegen增加语言支持。

Not figured out yet.

上一篇下一篇

猜你喜欢

热点阅读