On Sat, May 30, 2020 at 2:31 AM Jarek Potiuk <jarek.pot...@polidea.com> wrote: > > Ash - QP: also - as Kamil mentioned he already generated multiple clients > in https://github.com/mik-laj/airflow-api-clients/tree/master/out/object > so if you have time , maybe you can also take a look in parallel.
This is a good idea. I think it's best for us to try to poke holes with the object design using working code to surface any usability issues. On Sat, May 30, 2020 at 11:33 AM Jarek Potiuk <jarek.pot...@polidea.com> wrote: > > Hey QP - maybe you can help. Seems that we currently can't even use the > generated code because it simply fails to compile with missing class (same > for Ash): > > import org.openapitools.client.model.OneOfScheduleInterval; > I was able to get it fixed by changing oneOf to allOff in the spec. Then remove the generated src/tests and run the api generator again to regenerate client and test code.