wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

Client Side Library with Fetch API #87

Open teone opened 9 years ago

teone commented 9 years ago

Hi @wcandillon, Thanks for this usefull library.

I've started working on generating a Client Side library that use Fetch API to make request. I would like also to support a write to file option.

Does this feature are of you interest?

Other question, as I'm not familiar with Vows, would a problem to have some tests running under a more traditional Mocha/Chai environment?