Mohsen Azimi

Results 93 comments of Mohsen Azimi
trafficstars

You know the dependencies and their install sizes. It would be nice to list them in each package page. A pie chart would be excellent

If `$ref: "#/parameters/MetaDataParamGroup"` resolves to a hash (as described above) `parameters` will have that hash in it which is not valid as Swagger 2.0. Unless we change the `parameters` array...

`parameters` is an array of parameter objects. I'm not sure if we want parameterName:parameterObject hashs in the spec also.

This is the same issue with Content-Type operation overloading we are discussing at #146 The idea is your endpoint/operation behaves differently based on one or many parameters. How should we...

An operation can return different type of responses (with the same response code) in many APIs. The reason why an operation is returning certain response can be a lot of...

Let's say you have an API that has some endpoints that you want only internal users know about it. In case `swagger.{json,yaml}` is exposed externally the `private: true` endpoints are...

Right, I think a simple boolean property will not be enough and there could be other scenarios more complex than internal user vs. public. Swagger can use it's own security...

If ACL is not defined in the spec so the server can determine which endpoints to show programmatically the only alternative is to have multiple subsets of your spec served...

Please add ts and tsx as default extensions. I spent a few hours to figure out babel-node need specifying extensions for it to work when importing ts files. @peterjuras

Dup of https://github.com/napi-rs/node-rs/issues/570