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)
discriminator in OpenAPI
I am new to openAPI and trying to understand the discriminator property that can be used along with anyOf and oneOf. how can this property help in implementing the client code?
Please share your wisdo...
continuousLearner
Votes: 0
Answers: 1
Can I enforce query parameter order in OpenApi?
The reason is for CDN cache entries. Those are specific strings used as cache keys and to invalidate them they need to match. Preferably, I'd like to enforce the query param order so that they always ...
Alex Agranov
Votes: 0
Answers: 1
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
OpenAPI Warning: .end() was called twice. This is not supported in superagent
I generate my sdk with openapi-generator with the following command :
docker run --network=host --rm \
-v $(pwd)/clients:/tmp \
openapitools/openapi-generator-cli:v{open_api_generator_...
Thytu
Votes: 0
Answers: 0