It may be useful to pass the OpenAPI document to the constructor of the Context class (exported from _.context.ts).
It's a relatively simple change:
- Pass the openApiDocument object to ModuleLoader in app.ts
- Pass it down to the context object on in module-loader.ts.
(These instructions are two years old so things might have shifted slightly.)
Originally posted by @pmcelhaney in #749 (comment)
It may be useful to pass the OpenAPI document to the constructor of the Context class (exported from
_.context.ts).It's a relatively simple change:
(These instructions are two years old so things might have shifted slightly.)
Originally posted by @pmcelhaney in #749 (comment)