swagger-js
swagger-js copied to clipboard
Javascript library to connect to swagger-enabled APIs via browser or nodejs
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**  **OpenAPI 3.1.0**  --- The goal of this...
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**...
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**...
### 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:...