swagger-koa icon indicating copy to clipboard operation
swagger-koa copied to clipboard

Swagger + Koa = {swagger-koa}

Results 5 swagger-koa issues
Sort by recently updated
recently updated
newest added

**TL;DR:** `koa-render` and `jade` packages are missing for the example to run **How to reproduce:** When trying to run the example following instructions after `npm install` `node --harmony app.js` user...

I add the ability to use Swagger 2 while keeping compatibility with existing Swagger1. Read README.md to see how to use.

This is the jsdoc we used with express ``` /** - @swagger - /portfolio-company/{id}: - get: - description: Gets the portfolio company by identifier - tags: - - portfolio-company -...

I tried the example and is working fine. But its not validating request and response JSON schema. Could you please let me know how to do it. thanks

Very nice project. If I understand correctly, you write your API specs as jsdoc comments. This middleware will read them and populate a swagger frontend for you, allowing you to...