-
#### 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…
-
## What are the steps to reproduce this issue?
1. Create new project with `fetch` client from openapi scheme which returns 204 (No content).
2. Try calling the generated method.
3. You should…
-
I encountered an issue while trying to create a fix for our generated enums https://github.com/nelmio/NelmioApiDocBundle/issues/2177
While doing this I noticed that the `AugmentProperties` processo…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
The `ProcessorRsrc` model in `models.py` is extending the `BaseModel` it should rather extend `Resource`.
```
Resource(BaseModel)
ProcessorRsrc(BaseModel)
WorkspaceRsrc(Resource)
WorkflowRsrc(…
-
Add support for including free-form markdown in API documentation.
We want the compiled OpenAPI spec to provide everything needed to generate API documentation. However, we also don't want to have …
cmars updated
2 years ago
-
I have a route that looks like this
```php
class IndexRoute extends Route
{
public function get(): Response
{
return $this->createResponse(200, ['foo' => 'bar']);
}
public fu…
-
From 1.8+, there is an issue with openapi specs that contain recursive or cyclic references in components.
See attached sample spec and test file to reproduce. Works without issue for 1.7.0, but 1.…
-
IDEA版本: 2017.1.1
GsonFormat版本: 1.5.0
最简单的json,也会报错。
```
{
"key":"value"
}
```
Detail:
```
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
java.lang.Runtime…
Bpazy updated
7 years ago
-
Currently this specification includes a set of Java annotations that developers can use to further document their JAX-RS APIs directly in code. All of these annotations have properties (that typicall…