geeklearningio / gl-swagger-generator

Jane - An OpenAPI Specification (formerly Swagger) Client Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full support for $ref and external $refs

sandorfr opened this issue · comments

#5 had to be reverted because it had too much side effects. Investigating the root cause of this, I think we need to postpone this as it requires a bit of design to bring a full support for this part of the specification.

external refs are addressend with bundle https://github.com/geeklearningio/gl-swagger-generator/blob/develop/lib/index.ts#L63

we still need to add extra support for internal $ref

support for parameters $ref has been added.