swagger-js
swagger-js copied to clipboard
Javascript library to connect to swagger-enabled APIs via browser or nodejs
### Description resolve external value to value fixes or baseline for https://github.com/swagger-api/swagger-ui/issues/5433 #### TODO > **2.) `externalValue` can be relative or absolute URL** > > `externalValue` can be either relative...
### Description ### Motivation and Context Fixes swagger-api/swagger-ui#7482 ### How Has This Been Tested? Adjusted given tests to test new order ### Types of changes - [ ] No code...
I do not have permission to reopen 1010 hence new issue. Sorry for duplication. With the latest fix it seems the consumes is being used to fill up Content-Type, However...
For: https://github.com/swagger-api/swagger-js/issues/1220 `npm t` gives: > Error: Expected 'percent-twentyseven' to equal 'quote' * Request has a quote (') in it * The interceptor sees req.url ending in quote (') which...
We ran into an issue https://github.com/IBM-Cloud/gp-js-client/issues/113 where a path component (part of a parameter) was for example `a '` (A, space, quote). Going into the URL Interceptor so that we...
More information in this [comment](https://github.com/swagger-api/swagger-js/issues/1121#issuecomment-683753695). Let's document the fact that our http interface consumes another options from fetch interface in more generic way and add a concrete example about using...
Here are places in codebase where `contextUrl` is used: https://github.com/swagger-api/swagger-js/search?q=contextUrl The goal of this issue is to understand what the `cotenxtUrl` is and project it into our [documention](https://github.com/swagger-api/swagger-js/tree/master/docs).
### Q&A - OS: Windows - Environment: Chrome 96 - Method of installation: online swagger editor - Swagger-Client version: 4.1.0 - Swagger/OpenAPI version: OpenAPI 3.0.3 ### Content & configuration Swagger/OpenAPI...
### Q&A - Swagger-Client version: 3.10.2 - Swagger/OpenAPI version: OpenAPI 3.0 ### Content & configuration Swagger/OpenAPI definition: ```yaml paths: /test: post: requestBody: content: multipart/form-data: schema: title: Test type: object properties:...
We should either throw an error or ignore creative, but invalid http verbs in the spec.