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

class A { /** * 父类的注释 **/ private String name; } class B extend A { /** * 重写的注释 */ public String getName(){ } } 我用这种方式上传到yapi上,是没有作用的,我应该怎么做?

type: question&discussion

**报错信息** Problems found loading plugins: The Android Design Tools (id=com.android.tools.design, path=~/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2023.1.3/4e0a4eba55b0959c8406c9be8c38a4937fc99bd1/ideaIC-2023.1.3/plugins/design-tools) plugin Plugin 'Android Design Tools' cannot be loaded because it depends on plugin 'Android' which failed to load The...

type: question&discussion
status: feedback required

能否支持@RequestBody @NotEmpty List ids展示字段参数文档为"必须"

status: work-in-progress
type: feature request

**springboot3构建的项目,通过.easy.api.config文件自定义param.doc属性的自定义备注** ``` param.doc=groovy:``` if(!it.type().isExtend("cn.xxx.project.common.model.enums.ValueEnum")){ return } try { def enumResolver = runtime.getBean("com.itangcent.intellij.jvm.standard.StandardPsiResolver") def docStr = "----------" + """\n""" // 填写字典编码 获取字段的Class上的doc的 @dictName def fieldClassDocDictName = it.type().doc("dictName") def fieldClassDoc = it.type().doc()...

type: question&discussion

现在只支持 yapi,postman,希望增加生成 swagger/openapi

type: feature request
status: acknowledged

报错日志如下: run easy-yapi [ERROR] failed to load config: [INFO] load token:xxxxxxxxxxxx [ERROR] failed to load config: [ERROR] failed to load config: [ERROR] error to cache api info [ERROR] error to...

type: bug
status: wait-for-release

Cause: class org.jetbrains.intellij.MemoizedProvider overrides final method org.gradle.api.internal.provider.AbstractMinimalProvider.toString()Ljava/lang/String; ![image](https://github.com/user-attachments/assets/34750682-b9ae-4dfd-a8f6-7915a1531dd3) master分支代码build失败 jdk 17 gradle 8.10 是jdk还是gradle版本不对吗

type: question&discussion

close #1161

type: new feature

## Adding support for @JSONVIEW(期望添加对 @JSONVIEW 的支持) ## Purpose of the requirement(需求目的) Based on annotations, different documentation information can be generated. (JsonView is a very convenient and powerful method that...

status: feedback required
type: feature request