z0mt3c / hapi-swaggered

Yet another hapi plugin providing swagger compliant API specifications based on routes and joi schemas to be used with swagger-ui.
MIT License
82 stars 38 forks source link

Explain difference with swaggerize-hapi #5

Closed MattiSG closed 9 years ago

MattiSG commented 9 years ago

Hi,

First of all, thanks for opening your code!

It would be great if you could provide a quick overview of the what led you to write “yet another” implementation as opposed to using swaggerize-hapi, for example, so we can choose more easily which one to use :)

z0mt3c commented 9 years ago

Good point. Will do ;-)

MattiSG commented 9 years ago

Oookay so am I right saying swaggered is Hapi → Swagger while swaggerize is Swagger → Hapi? :)

z0mt3c commented 9 years ago

Yes

MattiSG commented 9 years ago

Great, thanks! :)