-
Updated
Nov 4, 2020 - HTML
swagger-codegen
Here are 173 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
-
Updated
Oct 28, 2020 - Kotlin
-
Updated
Oct 5, 2020 - Kotlin
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Groovy
-
Updated
Apr 16, 2019 - PowerShell
-
Updated
Sep 25, 2019 - Scala
-
Updated
Nov 5, 2020 - Java
-
Updated
Oct 21, 2020 - Rust
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Nov 7, 2020 - C#
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 13, 2020 - Kotlin
-
Updated
Jun 19, 2018 - Java
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 4, 2017 - Java
-
Updated
Jul 27, 2020 - JavaScript
-
Updated
Oct 26, 2020 - Starlark
-
Updated
Oct 24, 2020 - C++
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Sep 2, 2020 - PHP
-
Updated
May 21, 2020 - C++
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Sep 28, 2017 - Kotlin
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
Not a bug, but a query and requirement.
As a new go-swagger user, I'm following doc to generate client (https://goswagger.io/generate/client.html). But the doc is too simple and lacks necessary explanation.
For example, what's the imported "github.com/myproject/client/operations" in the sample code. The generated todo-list client code doesn't contain any "operations" di