Swagger/OpenAPI Client Generation

FYI to the development community.  The OpenAPI / Swagger client generation doesn’t seem to produce the correct artifacts for Java or Scala clients.  For example, the generated calls for meetingCreate have a “void” return type, which means you lack access to the Response payload.

 

Unfortunately, the Response payload is where you retrieve the meeting URL and other such details, which seem crucial.