大摇大摆支持吗?
swagger: '2.0'
info:
title: API Documentation
description: API Documentation
version: 1.0.0
host: localhost
basePath: /test/v1
schemes:
- http
produces:
- application/json
paths:
/test/v1/method1:
get:
......
get2:
......
我有一个api,我有很多请求与参数是所有这些的差异。
怎么办?
谢谢!