-
Instead of manually adding each endpoint, a script to generate all endpoints from the openapi documentation would be nice.
This could also add more infos to every endpoint instead of only a `option…
-
**Describe the bug**
Lint incorrectly trigger an error of type "parameter-description" when a parameter doesn't include a description when a schema is used. Since the schema does contain a descriptio…
-
## Description
While [configuring Typesense to use Vertex AI](https://typesense.org/docs/0.25.0/api/vector-search.html#using-gcp-vertex-ai-api) it seems the property `refreshToken` is missing on `F…
-
----------------------
- Plugin Name: Tarantool-EmmyLua
- Plugin Version: 1.6-IDEA222
- OS Name: Mac OS X
- Java Version: 17.0.4
- App Name: CLion
- App Full Name: CLion
- App Version name: CLion
-…
-
**API Platform version(s) affected**: 2.6.2
**PHP**: 8.0.0
**Description**
I got problems which are linked :
**1/** The cli `php bin/console api:openapi:export` return this error :
```erro…
-
When using the Redfish openapi.yaml to generate a SDK (or documentation) both openap-generator-cli and swagger-codegen-cli are unable to parse a $ref schema reference inside 'x-patternProperties'. Pat…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hello,
I've being trying to with with an `Authorization` header using the following pattern
```javascript
route
.get('/user/:id(int)')
.use(authHeader)
...
export const authHeader = P…
-
### Is your feature request related to a problem?
Related to https://github.com/opensearch-project/opensearch-clients/issues/19
### What solution would you like?
Re-use the existing generator tha…
-
##### Description
When setting the response type as `type: string` and `format: binary`, the return type is generated as `file`, even though the documentation states that `file` is no longer a data…