-
**What version of Ajv are you using? Does the issue happen if you use the latest version?**
8.6.2, which should be the latest
**Ajv options object**
```javascript
{
allErrors: true,
v…
-
# 🐛 Bug Report:
### Describe the bug
The openapi generator specifies the ability to provide custom files/templates (https://openapi-generator.tech/docs/customization).
This feature does not work …
-
**Describe the bug**
Camouflage errors with "Error: socket hang up" when sending a 2nd consecutive request to an endpoint.
Succeeds with 200 OK on the 1st GET request (tested via Postman) to "[local…
-
We have multiple internal/external services that we are mocking. It would be great to run the server over multiple generated clients (with different base URLs)
_Originally posted by @kaikun213 in h…
-
**Describe the bug**
When I try to convert the pipedrive openapi specs into a fern client I get the following error:
```
[api]: Failed to convert security scheme {"type":"apiKey","name":"api_toke…
-
My API spec uses oneOf when specifying the schema for a request body similar to the following:
```yaml
/request-endpoint:
post:
requestBody:
content:
application/…
-
This is a template for the weekly report across five of the leading API specifications, providing a snapshot of these communities that can be used to develop awareness, quantify the scope of, and incr…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Would like to have a standard location (url) to point to openapi.json -file, like this:
http://localhost:8080/openapi.json
Right now it comes from /api-specs/v2/openapi.json (v2 is my context path f…
-
I am trying to build and I get into a circular dependance hell
I get as far (perl 5.16.3 have also tried later) as
Building and testing Mojolicious-Plugin-OpenAPI-3.41
(not sure why we …