swagger2-koa
swagger2-koa copied to clipboard
Replace koa-router with custom Swagger-aware router
Specifically, we need a better router than can populate the context.params object with all the various swagger-defined parameters (from the path, header, query, formData or body), and map them to the correct types (e.g. to an actual array from a CSV formatted string).
+1
Hi, there is something like this today? I'm working with swagger2-koa.
I would like to write it maybe in typescript with data models generate by codegen for angular.
I have some question how to start too, maybe you can help me.
https://stackoverflow.com/questions/48564056/typescript-how-generate-this-in-javascript/48565538#48565538
Again thank for this very good node library
No not today, however I'd like to implement this at some point. It's not a small effort unfortunately.
@dmpvost I added an answer to your SO question, hopefully it helps.