python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
OpenAPI Generator - How to retry request in InterceptResponse after refreshing JWT token?
I am using OpenAPI Generator in a C# project to generate a client which I can then use to interact with a Thingsboard instance and I just came across the exact same problem which someone else already ...
Chris
Votes: 0
Answers: 2
Why does OpenApi generator name the class of service Api as "DefaultService" in Angular13
I add OpenApi Generator in my angular project, but when i generate the Api with the command " openapi-generator-cli generate -i ../openApi/src/main/resources/api.yml -g typescript-angular -o src/...
A_CH
Votes: 0
Answers: 1
How to add Location Header in response body on go-restful plugin
I cannot add documentation on response header and generate this schema by using go-restful :
I want response body on schema to be like this:
"responses": {
"302": {
"des...
anurjalal
Votes: 0
Answers: 0
SwaggerUI is defaulting to version 2 when a Springboot project is generated using openapi generator cli jar
I am trying to generate a spring boot project using the below yaml file with openapi generator cli jar
openapi: 3.0.0
info:
title: Dealer Management System
description: REST APIs to manage dealers...
Srinivasan Ramu
Votes: 0
Answers: 1