Commit Graph

5 Commits

Author SHA1 Message Date
Alex Brick
091c96bace [swagger-tools] Adding strong typing to Swagger Router requests
Previously, we were using the "NextHandleFunction" from connect, which
just takes in a raw IncomingMessage. However, swagger-tools actually
augments the request with a "swagger" field which contains information
from swagger-tools. The types are now updated to reflect this.
2017-09-05 15:03:11 +02:00
Nick Zelei
5467f51f78 updated SwaggerRouterOptions. (#18613)
updated SwaggerRouterOptions to include missing option.
2017-08-04 16:43:43 -07:00
Michiel de Bruijne
f8c68213bf [node] set correct type for process.env and fix node dependents 2017-06-24 21:39:39 +02:00
Alex Brick
151354bf00 Swagger UI 2.0 does not require options 2017-06-19 12:24:10 +02:00
Alex Brick
16efcb943d Adding types for swagger-tools
https://github.com/apigee-127/swagger-tools
2017-06-13 11:50:09 +02:00