generator-swaggerize icon indicating copy to clipboard operation
generator-swaggerize copied to clipboard

Yeoman generator for design-driven apis with swagger 2.0 and krakenjs/swaggerize tools.

Results 12 generator-swaggerize issues
Sort by recently updated
recently updated
newest added

I have included securityDefinitions in a swagger file with type basicAuth and specified the "x-Authorization" into it. When i hit the handler i am getting 401 Unauthorized status, even if...

So I'm trying to use swaggerize, and it's not letting me initialize the project, it's erroring out after entering my email address during the `yo swaggerize` step. I tried updating...

Use cors to avoid options issue and use the later version of swag mock

Is this module suppose to run under node 0.12 and 4? Just realized that the `swagmock` module, which is used by the generator, is already at version 1.0.0. I was...

question

Since Typescript is gaining traction and some of us are going TS only in our projects, is Typescript generation going to be supported anytime soon? Are there any plans for...

question

Hi @tlivings , I have hosted APIs from a swagger specification. I am hitting an API from postman. I am receiving the query and path parameters in the URL in...

question

Add the `update` command to support following: 1. add new `operation` to an existing `path` 2. add new `response` to an existing `path`.

When I attempt to regenerate the swagger API from the root directory of my project, it goes through the questionaire/wizard and stubs a new application underneath the root of my...

I love tests being generated along with the handlers with mocked responses. However I think that a BlackBox approach to the API functional testing works better for this project. The...