-
### Describe the bug?
Example: using private key authentication mode cannot call `authorizationServerApiAsync.ListOAuth2ScopesWithHttpInfoAsync` (Invalid session error), but use `authorizationServerA…
-
## Description
CI対象想定です。漏れありましたらご教示ください。
1. resthubにPRが出された時
- Lintなど
2. 定時実行(スケジューリング)
- 若様のSwaggerHubフィルタリング
3. 定時実行(スケジューリング)
- (Resthub.jsonを読み取り → GithubからSample API…
-
What --state does when combined with file arguments is underdocumented
and sometimes surprising. The following in the Test-Harness
distribution directory:
| Options + Arguments | what is does | ok/su…
-
I have a nswag definition file (see below) and use the command:
`nswag run Functions\Functions.nswag /runtime:NetCore21`
It generates an OpenApi3 document, but is missing the `paths` element.
…
-
After upgrading to v0.14.0, all of my routes suddenly exploded with errors related to `method` needing to be of type `Method`.
![image](https://github.com/honojs/middleware/assets/17836372/51bdb4fc…
-
Hi,
Currently kinopenapi-filter does not block requests with readOnly properties (using `openapi3filter.ValidateRequestBody() or openapi3.VisitAsRequest()` option).
per OpenAPI specification:
…
-
**Jane version(s) affected**: 7
**Description**
OpenAPI 3.1 is now fully compatible with JSON Schema 2020-12. In contrast to 3.0, the `type` keyword now allows for multiple types defined as an a…
-
how do we spec different api versions?
```
/api/v1
/ -> returns openapi.json for version 1
/food -> returns list of all our food
/api/v2
/ -> returns openapi.json for version 2
/apple…
-
From `go test`. Appears that `Types` has changed types to `github.com/getkin/kin-openapi/openapi3.Types` from `string`:
```
openapi3/visit.go:29:5: cannot use propRef.Value.Type (variable of type …
-
Experimenting with this library using the discord api spec. I run the `mix api.gen default ...` command and after a while nothing happens but I get this error: `fish: Job 1, 'mix api.gen default opena…