Christian Bartolo Burlò

Results 7 comments of Christian Bartolo Burlò

> > [3bc4895](https://github.com/OpenAPITools/openapi-generator/pull/11949/commits/3bc4895dddd49501c18d30d13fba9c2b6c470a59) fixes imported libraries in the generated api package. Libraries such as Set used to be imported as org.openapitools.client.model.Set, however Set was not generated as a model. Now...

> > Of course! Can I first have some more information about the problem you are having? > > Using version 6.0.0 I was seeing generated code like `import org.openapitools.client.model.Array[Byte]`...

Which is the correct description? Should the embedded info be retrieved using the UUID or the URL?

I agree with @sarayourfriend, the pattern `/v1/images/:uuid/oembed` would be more suitable for such a thing. Perhaps, to avoid compatibility issues, we could add the endpoint to `/v1/images/:uuid/oembed` and also leave...

Yes, I am using the [sbt-openapi-generator](https://github.com/upstart-commerce/sbt-openapi-generator).

@Pask423 Question: Would just `ignore` also solve the issue instead of `asJson[Option[Unit]]` or `asEither(asString, ignore)`?

Same issue here on macOS.