-
Hi there. I am the author of the openapi-generator python client which has now moved to https://github.com/openapi-json-schema-tools/openapi-json-schema-generator
Your repo uses this client.
I want …
-
## Example Project
https://github.com/hepaestus/test-app-one
### Reproduce the error
See The Test Project:
https://github.com/hepaestus/test-app-one#development
Once you have the it set up.
…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
版本: v2.5
环境:本地
复现步骤:
sql
```
CREATE TABLE `tc_order_return_code` (
`id` bigint NOT NULL AUTO_INCREMENT,
`fixed_id` varchar(32) DEFAULT NULL COMMENT '修正订单ID',
`order_id` varchar(32) DEFAU…
-
Hey @neozhu and @Bram1903
**Issue fixed by cloning the other repo and building it after instructions from @neozhu**
Still extremly happy with the project. I'm trying to use the codegenerator (y…
-
Given the code:
```csharp
public class MyClass
{
public static void MyMethod(IEndpointRouteBuilder app)
{
app.MapPost("/test-param", (MyDto param) => { });
app.MapPo…
-
##### Description
Hi, we are using the "swagger-codegen-maven-plugin" in version **3.0.0-SNAPSHOT** and we noticed that there are problems with the "_withXml_" property.
In particular, there are 2…
-
```
curl -XPOST https://generator3.swagger.io/api/generate -H 'content-type: application/json' -d '{"specURL" : "https://api.authress.io/.well-known/openapi.json","lang" : "rust","type" : "CLIENT","c…
-
**Describe the bug**
Generator uses `pydantic.BaseModel` as parent class for root model instead of `pydantic.RootModel`
Example schema (`custom_id.yaml`):
```yaml
openapi: 3.0.0
components:
…
-
[KnownType] and [JsonDerivedType] attributes are used on a base type to inform callers/serializers etc what its known derived types are, Mapperly could use this to automatically generate bindings for …