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

In OpenAPI 3.1.0, the Encoding Object now supports `style`, `explode` and `allowReserved` for the multipart/form-data media type as well. **OpenAPI 3.0.x** ![image](https://github.com/swagger-api/swagger-js/assets/193286/899a22ca-f9e7-46b5-9a14-12d65fc661c9) **OpenAPI 3.1.0** ![image](https://github.com/swagger-api/swagger-js/assets/193286/7643865c-e42c-44aa-8a69-4691123b5dee) --- The goal of this...

type: feature
version: 3.x

OpenAPI 3.1.0 added support for the object type for `pipeDelimited` style values. This change is specific to `Parameter Object`. OpenAPI 3.0 also aligned with this in 3.0.4 release. **OpenAPI 3.0.x**...

type: feature
version: 3.x

OpenAPI 3.1.0 added support for the object type for `spaceDelimited` style values. This change is specific to `Parameter Object`. OpenAPI 3.0 also aligned with this in 3.0.4 release. **OpenAPI 3.0.x**...

type: feature
version: 3.x

### Q&A (please complete the following information) - OS: macOS - Environment: Node.js v18.16.0, npm v9.5.1 - Method of installation: npm - Swagger-Client version: 3.19.6 - Swagger/OpenAPI version: Swagger 2.0...

- Swagger-Client version: latest - Swagger/OpenAPI version: OpenAPI 3.0 ### Content & configuration Swagger/OpenAPI definition: ```yaml "servers": [ { "description": "environment", "url": "{protocol}://{server}", "variables": { "protocol": { "enum": [ "http",...

### Q&A (please complete the following information) - OS: macOS - Environment: Chrome - Method of installation: none - using https://editor.swagger.io/ - Swagger-Client version: 3.25.5 - Swagger/OpenAPI version: OpenAPI 3.0...

- OS: mac - Environment: Chrome 105 - Method of installation: npm - Swagger-Client version: 3.18.5 - Swagger/OpenAPI version: OpenAPI 3.0 ### Content & configuration Swagger/OpenAPI definition: PetstoreV3.yaml with ```default:...

### Content & configuration Swagger/OpenAPI definition: N/A - documented issue Swagger-Client usage: N/A - documented issue ### Is your feature request related to a problem? My apologies if this is...

### Q&A (please complete the following information) - OS: macOS 14 - Environment: react-native 0.73.6 - Method of installation: npm - Swagger-Client version: >= 3.19.0 - Swagger/OpenAPI version: Swagger 2.0...

### Content & configuration Swagger/OpenAPI definition: ```yaml openapi: 3.1.0 info: title: Example generation test version: 1.0.0 paths: /foo: get: responses: '200': content: application/json: schema: $ref: '#/components/schemas/Foo' components: schemas: Foo: type:...

type: regression
version: 3.x