Josh Wong
Results
2
comments of
Josh Wong
Hi @dannymidnight @deepmap-marcinr @weberr13 I believe external refs are still not supported? As I am getting below error during code gen... ``` error loading swagger spec: Encountered non-allowed external reference...
@deepmap-marcinr thanks for the reply. As a workaround, I am currently experimenting with https://www.npmjs.com/package/swagger-cli as a preprocessor to bundle all external references into a single file first. Then running `oapi-codegen`...