-
## Per autogenerare un client per viaggiatreno
è possibile usare le specifiche OpenAPI 3
Qui ho fatto uno stub delle specifiche https://raw.githubusercontent.com/teamdigitale/api-openapi-samples…
-
Hello!
Are there any plans for openapi-mock to support OpenApi3.0 documents?
Thanks
Frank
-
### Describe the bug
According to https://typespec.io/docs/release-notes/release-2023-11-07/#typespecopenapi3-bug-fixes it seems that `void` should be allowed as body, but using when there is any oth…
-
We currently also use `flask_pydantic` since that was our first step into getting pydantic incorporated into flask.
It's `validate` function uses the pydantic model for the query as-is to check the…
-
### Question Description
Is it possible to support the use of openapi3 libraries https://github.com/getkin/kin-openapi
### Checklist:
- [X] I agree to follow Fiber's [Code of Conduct](https…
-
The Cloud WS, courtesy of @jaeddy, has been using a documentation builder that generates human readable specifications from OpenAPI documents. A number of groups would like to generate synchronized h…
-
### Clear and concise description of the problem
We need to support SDK Generation for un-branded SDK from TypeSpec for Java, .NET, Python, JS and GO in VSCode Extension
```[tasklist]
### Tasks
- [ …
-
Thanks for you nice work!
We use `application/json;charset=UTF-8` and not just `application/json` as it is assumed in `types.d.ts` and hence the response data type becomes `unknown`.
I wonder if…
-
As of 2018-04-05 I can't find a reliable openapi3 document schema. When one is published use it for validation here.
-
### Clear and concise description of the problem
## Motivation
I use typespec (compiler version `0.54.0`) to describe my API and generate openapi3 specification (`@typespec/openapi3` emitter of ve…