-
The following recursive definition of an object generates a stack overflow error. I am not sure, whether this valid according to the OpenAPI specification. However, it would at least be helpful if the…
-
官方文档给出的示例有错误:
![image](https://github.com/user-attachments/assets/57d64a94-a53b-459b-bc8f-fa77c9e6ff2a)
card字段应该改为content
另外,飞书消息和飞书卡片中@用户的方式是有区别的:
飞书消息:
```
```
飞书卡片:
```
```
…
-
Unless I'm wrong golangci-lint is used in this project but without any configuration, so with the default golangci-lint setting. So a very limited set of linters are enabled
Is there a reason?
Can I…
-
Is there any way to generate a REST API using Huma from an OpenAPI spec? The docs mention the opposite, using Huma and `oapi-generator` to reconstruct a server without Huma. However, I have a use-case…
-
https://github.com/deepmap/oapi-codegen#using-oapi-codegen
https://rinoguchi.net/2022/06/oapi-codegen-chi-server.html
-
When looking at an example diff https://diff.ecosyste.ms/diff?url_1=https%3A%2F%2Fproxy.golang.org%2Fgithub.com%2Fdeepmap%2Foapi-codegen%2Fv2%2F%40v%2Fv2.0.0.zip&url_2=https%3A%2F%2Fproxy.golang.org%2…
-
oapi request validation was disabled in this commit https://github.com/livepeer/go-livepeer/pull/2959/commits/8cc9c5e0dd3f4f8623386098e569c2a1ae1ff7f8 because request validation was rejecting requests…
-
Hello
Thank you for your work, I created a repository that reproduces my issue, you can find it in here:
https://github.com/gianarb/repro-oapi
In practice if you check the openapi.yaml spec y…
-
I think it has to do with one of my files has zero branches.
```
$ istanbul report --root ./coverage --dir ./coverage/combined --format html
> cwt-oapi-util@0.2.0 cover-combine-reports /home/…
osher updated
7 years ago
-
As part of #1254 I'm looking at documenting the way that `securitySchemes` works, and it turns out it's a little more lackluster than I remember.
Right now, if you define an endpoint i.e.:
```ya…