-
##### Description
The openapi-generator is creating import statements and documentation that have duplicate "modelNameSuffix" references in the class name and in the file name. As an example:
…
-
Placeholder to discuss the error handling in OSDM.
Example:
- CONFIRMATION_BOOKING_ALREADY_CONFIRMED and BOOKING_BOOKING_ALREADY_CONFIRMED, BOOKING_BOOKING_ALREADY_CANCELLED and CONFIRMATION_BOOKI…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues
### Describe the Issue
I am trying to import the OpenAPI Specification for the [App Store Conn…
-
When writing OpenAPI documentation and a repeated query-parameter is wanted OpenAPI generation fails.
----------
Using
```
@Parameter(name = "name", description = "The name(s)", required = false…
-
I read somewhere in the PRs you were using Postman to test the API. Has API documentation been created ? Wondered if this is something you'd considered for contribution purposes, perhaps on a ask per …
-
What do you think about adding code comments to reflection message for documentation purpose?
Then it will be possible to build documentation like this https://github.com/pseudomuto/protoc-gen-doc …
-
```
java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.intellij.diagnostic.PluginException: org.intellij.sdk.language.PrismaParserDefinition PluginClassLoader(plugin=PluginDescr…
-
Hi,
I have tried to create REST APIs for NewPipeExtractor.
This could be used for porting NewPipe to other platforms as discussed [here](https://github.com/TeamNewPipe/NewPipe/issues/1051).
The cur…
-
(Clicking on nodes in the timeline appears to jump to the source correctly)
"GoTo Source In IDE" I got the following IDE Fatal Error reported by Intellij 15.0.6
"Please change caller according t…
-
I am working with an API and the datatype is created correctly for c#
I have tried for Ruby and Typescript-fetch and it is returning generic values.
I can't see what I am doing wrong for Ruby or…