Open carlansley opened 7 years ago
+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.
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.
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).