swagger-js
swagger-js copied to clipboard
Javascript library to connect to swagger-enabled APIs via browser or nodejs
Hello, it seems that an additional `,` can appended to the path in some cases and it has been detected using swagger ui's execution feature ([email protected]). It could be traced...
https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3/832/io.swagger.codegen.v3$swagger-codegen-cli/artifact/io.swagger.codegen.v3/swagger-codegen-cli/3.0.21-SNAPSHOT/swagger-codegen-cli-3.0.21-SNAPSHOT.jar Generated nodejs-server from the above build. ``` /foo/config: post: tags: - Foo summary: config info. description: Send config info. operationId: config_info requestBody: description: Configuration Information content: application/xml: schema: $ref:...
### Q&A (please complete the following information) - OS: Windows 10 - Environment: Chrome 72.0.3626.109 - Method of installation: npm - Swagger-Client version: 3.8.23 - Swagger/OpenAPI version: Swagger 2.0 -...
**No** 'Content-Lenght' header is created by the Swagger Client when binary content upload. If the 'Content-Lenght' is defined in the swagger definition and provided in the request, the file upload...
### Q&A (please complete the following information) - OS: Windows 10 - Environment: Chrome Version 76.0.3809.100 - Method of installation: CDN - Swagger-Client version: 3.9.2 - Swagger/OpenAPI version: OpenAPI 3.0...
### Q&A - OS: macOS - Environment: [Chrome 73.0.3683, Node.js v10.13.0, npm v6.4.1] - Method of installation: npm install swagger-client - Swagger-Client version: swagger-client": "^3.8.25" - Swagger/OpenAPI version: [Swagger 2.0...
### Content & configuration Swagger/OpenAPI definition: ```yaml parameters: filterParam: in: query name: filter schema: type: object style: deepObject explode: true description: Options for filtering the results required: false ``` Swagger-Client...
I tracked down a regression in `swagger-ui` to an interaction between swagger normalization and subtree resolution introduced in https://github.com/swagger-api/swagger-js/pull/1274. With that change, normalization happens only before subtree resolution, and this...
We need to establish a cacheing policy that is safe and explicit ( and tested ) - Don't cache any try-it-out or arbitrary requests - Cache http requests within a...
_From @aleskovets on September 30, 2018 19:47_ ### Q&A - OS: macOS - Browser: chrome - Version: 69 - Method of installation: docker - Swagger-Editor version: 3.6.11 (docker latest) -...