-
Updated
Jul 3, 2022 - Mustache
swagger-codegen
Here are 208 public repositories matching this topic...
I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like _links into the response via the to_representation method.
I tried to somehow get that into the schema as well, but I'm getting stuck. Are there any directions on what I need to provide/subclass/overwrite, so to make it work?
I imagine I could inspect my seri
Document features
add documents include examples on each feature.
-
Updated
Aug 8, 2021 - Kotlin
-
Updated
Mar 23, 2022 - TypeScript
-
Updated
Oct 5, 2020 - Kotlin
-
Updated
Jul 3, 2022 - Groovy
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Apr 16, 2019 - PowerShell
-
Updated
Jun 22, 2022 - Java
-
Updated
Sep 25, 2019 - Scala
-
Updated
Jun 29, 2022 - Rust
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Jul 9, 2022 - Starlark
-
Updated
Jun 21, 2022 - Java
-
Updated
Oct 26, 2021 - Kotlin
-
Updated
May 25, 2022 - TypeScript
Hi, thanks for this nice package.
However, we are currently unable to generate a form due to the following error:
node_modules\@verizonconnect\ngx-form-generator\dist\generator-lib.js:59
const fields = Object.keys(definition.properties);
^
TypeError: Cannot convert undefined or null to object
Our swagger.json contains several definitions that are struc
-
Updated
Jun 8, 2022 - Python
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Dec 2, 2021 - C#
-
Updated
Jun 7, 2022 - SCSS
-
Updated
May 18, 2022 - TypeScript
-
Updated
May 12, 2022 - Go
-
Updated
Apr 30, 2020 - JavaScript
Improve this page
Add a description, image, and links to the swagger-codegen topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swagger-codegen topic, visit your repo's landing page and select "manage topics."
Problem statement
I Recently noticed there's support for SwaggerUI and ReDoc built-in.
But when using the Stratoscale template this is not working.
If I try to load the
swagger.jsonin a browser I don't get the API browser. This is never mentioned in the documentation, but are there any options that I'm missing related to this?