Denis Mysenko
Denis Mysenko
Sure, you are right. Will add some examples tomorrow!
@moon0326 I did but perhaps it wasn't enough :) I will review the documentation today and make sure it's comprehensive!
@spacecomx your microservices are expected to expose Swagger documentation endpoints (version 1), all actions will be imported upon start. routes.json is an internal, auto-generated file - a result of parsing...
@spacecomx I've just checked and Petstore is _only_ provided in Swagger v2, it didn't exist till v2 I suppose. I guess it's time to add Swagger v2 support to Vrata....
@spacecomx I'll check tomorrow! if it's something simple (the difference is not too big) - I will add a v2 parser tomorrow :)
There seems to be another issue with the restore script, at least on OS X - it pretty much doesn't work at all :) The async behaviour is broken -...
@yegor256 I'm playing around with it at the moment, I'll propose a PR once I'm done :)
@yegor256 I see that you are not using ES6 features like arrow functions - is that on purpose, to support old Node or something? Do you want to avoid them...
Weird - it runs just fine for me (both npm install and npm test) but it fails on Travis. How/where is stuff like LevelUp, LevelDB, etc are used? It's some...
You are right - nowadays most collection implementations are very similar (I've personally tried Laravel's, CakePHP's and Doctrine). I'll check - maybe I really should just import (probably extend) collection...