Joe Spencer
Joe Spencer
looks pretty cool! Added to the list. PRs welcomed :smile:
@h2non it shouldn't take too much now that most of the functionality has been abstracted to `openapi-framework`. Basically all that needs to happen is a duplication in https://github.com/kogosoftwarellc/open-api/blob/master/packages/koa-openapi/index.js of https://github.com/kogosoftwarellc/open-api/blob/master/packages/express-openapi/index.js....
@h2non I'll take a stab at an initial `koa-openapi` implementation tonight.
@h2non see #206. Doesn't work but at least gets the ball moving. Also, I'm thinking `koa-router` should be a required initialize arg seeing as how koa lacks that ootb. Thoughts?
@h2non Just released `[email protected]` with #237. Has basic-usage covered. Need to write a solid README, but it mostly follows the conventions of express-openapi. See the bundled sample test for more...
@josephgardner not yet, but the process is fairly simple given that the framework is there for express and koa. feel free to open a pr and i'll get it published
@maxwellb it'll definitely come with a major version bump, so i wouldn't worry too much about your code breaking. I'll likely add a warning though to provide some time for...
@seb-pereira please open a PR
right now it's only supported in `.js` files. I suppose we _could_ add `args.middleware` that you could provide key/vals to where the key is a string used in the `x-express-openapi-additional-middleware`...
You're welcome! I should be able to add support for this soon