Oriol Batalla

Results 11 comments of Oriol Batalla

Using the same command I also can see that complex constructions with anyOf is not supported properly. For example, on that schema I mentioned we have something like ``` TrafficInfluSub:...

Sorry for some reason I wasn't subscribed to the repo when you sent the first message and I totally missed it. I used a simplified version of your aproach: right...

By the way, is there any plan to do the same of pulling from the registiry but for feg and orc8r?

Thanks @jdegre note that swagger-codegen worked for me finally. I was not able to use other codegens though due to that circular ref.

Please can you add a diagram with the resulting callflows to see how it will look like? You can use mermaid for that so it is easy to edit https://mermaid-js.github.io/mermaid/#/./sequenceDiagram

Thanks @prabinakpattnaik . That really helps. Can you add the call flows to the proposal (i think they are just on the comments) The changes make sense. I think the...

Note this solution will not work when you have two .yml files pointing to each other like in this issue https://github.com/deepmap/oapi-codegen/issues/621

i think this is also related to this issue https://github.com/deepmap/oapi-codegen/issues/42

Just touching this, in case it could be look through again :)

Hey @shadowspore thanks I tried it with this command ``` //go:generate go run github.com/ogen-go/ogen/cmd/ogen --target trafficInfluence -package trafficInfluence --clean openapi.yaml ``` The error you can see below seems to be...