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

Javascript library to connect to swagger-enabled APIs via browser or nodejs

Results 81 swagger-js issues
Sort by recently updated
recently updated
newest added

e: const SwaggerClient = require('swagger-client'); const HttpsProxyAgent = require('https-proxy-agent'); const proxyUrl = 'http://your-proxy-url:port'; const agent = new HttpsProxyAgent(proxyUrl); const request = { url: 'https://httpbin.org/', method: 'GET', requestInterceptor: req => {...

In certain use cases where OpenAPI specifications reference schemas hosted on private URLs, it's important to support authentication to allow access to these resources. I identified this section of code...

Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.7.0 to 30.0.1. Release notes Sourced from jest-environment-jsdom's releases. Jest 30 Today we are happy to announce the release of Jest 30. This release features a substantial...

dependencies
javascript

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.1. Release notes Sourced from jest's releases. Jest 30 Today we are happy to announce the release of Jest 30. This release features a substantial...

dependencies
javascript

Bumps [expect](https://github.com/jestjs/jest/tree/HEAD/packages/expect) from 29.7.0 to 30.0.1. Release notes Sourced from expect's releases. Jest 30 Today we are happy to announce the release of Jest 30. This release features a substantial...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.29.0. Release notes Sourced from eslint's releases. v9.29.0 Features f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic) 19cdd22 feat: prune...

dependencies
javascript

when using the swagger-client npm module, the client fails to resolve $ref references for parameters defined in the OpenAPI specification. For example, in the case of **Open Api Contract 1**,...

NOTE: this will also be affecting ApiDOM OpenAPI 3.0.x dereferencing. Another issues needs to be create for ApiDOM repo. ### Content & configuration Swagger/OpenAPI definition: ```yaml openapi: 3.1.0 components: schemas:...

type: bug
version: 3.x
cat: resolver

### Q&A (please complete the following information) - OS: Linux - Environment: 22.11.0 - Method of installation: npm - Swagger-Client version: 3.34.3 - Swagger/OpenAPI version: OpenApi 3.0.2 (Petstore) ### Content...

### Q&A (please complete the following information) - OS: macOS - Environment: Node.js v10.9.2 - Method of installation: npm - Swagger-Client version: 3.34.0 - Swagger/OpenAPI version: OpenAPI 3.1 ### Content...

type: bug
P2
cat: usability