Skip to content
#

dummy

Here are 170 public repositories matching this topic...

DeepfakeHTTP
mjablecnik
mjablecnik commented Sep 18, 2021

Hello, I would like to help you with this project in my free time but I don't know how to start..
I have IntelliJ Idea Community Edition 2020.3, Java SDK version 17, cloned latest version of this repository and my setup configuration is here:
image

But when I run it so I gain only this:

documentation help wanted good first issue build
wll8
wll8 commented Dec 11, 2021

主要为了变更 openApi 的匹配方式,增强可配置性。

  • 为了统一逻辑,删除 array[string] 的 pathname 最高匹配度特性
  • 支持的类型:string | array[string] | object | array[object]
    • string - 指定一个 openApi 地址
    • array[string] - 根据顺序到每个 json 中匹配对应的 path 返回 json
    • object - 配置后再进行匹配,例如上个版本的 key 作为此版本的 resPrefix
    • object.url openApi - 文件地址
    • object.resPrefix - 将前缀添加到 oepnApi 的 path 中
    • object.reqPrefix - 将前缀添加到请求的 path 中
enhancement good first issue todo - 2.x

Improve this page

Add a description, image, and links to the dummy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dummy topic, visit your repo's landing page and select "manage topics."

Learn more