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

### 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...

type: feature
version: 3.x
cat: usability

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...

type: feature
P2
version: 3.x

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...

version: 3.x
cat: testing

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...

type: bug
version: 3.x
dependencies

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...

cat: documentation
version: 3.x
type: enhancement
Hacktoberfest

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).

cat: documentation
version: 3.x
type: enhancement
Hacktoberfest

### 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:...

type: bug
version: 3.x

We should either throw an error or ignore creative, but invalid http verbs in the spec.

type: bug
P2
version: 3.x
Hacktoberfest