easy-yapi icon indicating copy to clipboard operation
easy-yapi copied to clipboard

Generate API document to yapi

Results 74 easy-yapi issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the question** A clear and concise description of what the question is. **Expected result** A clear and concise description of what you expected to get. **Screenshots** If applicable, add...

type: question&discussion
status: feedback required

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Detailed Steps to reproduce the behavior: 1. Open '...' 2. Click on '....' 3. See...

type: question&discussion
status: feedback required

这个方法是干嘛的 大佬

type: question&discussion

yapi官方已经支持了yapi的二级分类,什么时候可以支持下呢 ![Uploading image.png…]()

status: feedback required
type: feature request

项目中存在很多Swagger 的@ApiModelProperty注解 项目废弃使用swagger后 出现了联调困难,所以希望除了识别文档注释之外还可以识别指定注解的value

status: feedback required
type: feature request

提供多环境的功能, 有时候需要上传至不同的 yapi 服务

type: feature request

**Is your feature request related to a problem? Please describe.** 例如// NOSONAR 生成YAPI时,会显示NOSONAR **Describe the solution you'd like** 生成文档时,希望忽略sonar相关的注释信息

type: feature request

generic.param.as.json.body=@org.springframework.web.bind.annotation.RequestBody 默认配置的请求参数,用@RequestBody修饰,但是我这个项目,不加任何注解修饰,该怎么配置啊

type: question&discussion

**Describe the bug** 我配置了 @tag 注解自动转成 yapi的标签 controller 层没问题 但是 如果是 是个service 不行, 加了 tag 也 无法生成 带tag 的yapi文档

type: bug