-
由于项目各服务部署在内网,出口只有一个地址,访问接口文档时,通过nginx代理。先阶段其它资源代理之后都能够正常获取(有图),而接口文档无法获取,查看请求地址没有走代理(),考虑是没有配置pathMaping的原因,但knif4j配置文件中没有找到pathMaping配置位置。
整体项目在开发环境,也就是没有代理的情况下,是正常的。
成功请求地址:http://172.16.21.14…
-
```
➜ pnpm run openapi
> @ openapi E:\demo-openapi
> esno openapi.config.ts
[GenSDK] gen service param error: TypeError: Cannot read properties of undefined (reading 'schema')
at ServiceG…
-
Currently we only generate models from the schemas and parameters sections
Consider expanding generation to support generating models from definitions within requestBodies also
This could be as …
-
This is to support paging and lro scenarios in OpenAPI 3.
- move OperationLink decorator into the core or core http library
- When emitting an operation in OpenAPI3, use the OperationLink accessor t…
-
### Clear and concise description of the problem
Now that #2700 is complete, the `tsp-openapi` tool should be updatet to do the reverse and add example(s) to the TypeSpec. (A single opExample/examp…
-
As per this issue in the father project, is anything planned to finally support OpenAPI3 standards in this package?
https://github.com/axnsan12/drf-yasg/issues/33
-
用的com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter 4.5.0版本。 看了issue 我在WebConfig类添加了
private final Jackson2ObjectMapperBuilder jacksonBuilder;
@Override
public void…
-
I want to use flask-openapi3 in our large and old project based on flask. But it's difficult to migrate the whole project from flask to flask-openapi3.
What can I do?
-
Trying to use this project, but I can't even install it:
`go install github.com/contiamo/openapi-generator-go/v2`
Gives too many errors.
I am on Mac OS X with Golang 1.23
```shell
go install…
-
Dont know what to do. I made changes to our typespec and wanted to build the npm package for it.
The error message is useless and does not help.
```
npx tsp compile --debug .
TypeSpec compiler v0.6…