Vladimír Gorej
Vladimír Gorej
This problem is already partially addressed by `requestContentType` and `attachContentTypeForEmptyPayload` options. The [TryItOut Exeuctor](https://github.com/swagger-api/swagger-js/blob/master/docs/usage/try-it-out-executor.md) already supports what has been requested in this issue, when called as a static method from...
Hi @mottolini, We'd welcome your PR with the fix. Please, along with the fix provide an accompanied test. **Update** Ah, OK I see that you already did ;]
Yeah, don't see a reason why not.
I was triaging this issue a bit and came into conclusion that replacing the `url` Node.js module with WHATWG API will not be that easy. `url.resolve` can be replaced with...
Found an inconsistency in WHATWG URL parsing. Before this inconsistency is addressed, let's put this issue on hold. Inconsistency described here: https://github.com/whatwg/url/issues/677
Hi @thinkOfaNumber, This looks like a compatibility issue with browser `fetch` and `node-fetch`. Can you please create the most simplest OpenAPI fixture possible and minimal JavaScript code that's using SwaggerClient...
I'm closing this for now as there's been no follow up from the @thinkOfaNumber.
Hi @derSascha, THanks for contributing. We're looking into your PR now. > The OpenAPI Specification contains a line that needs an update: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md?plain=1#L1036 Is this the documentation file that needs...
[According to the OpenAPI 3.0.3](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md) specification, the `allowReserver` says following: ``` This property only applies to parameters with an `in` value of `query`. The default value is `false`. ``` ...
I'm closing this for now as there's been no follow up from the @derSascha.