swagger-spec
Here are 31 public repositories matching this topic...
Hi together,
I just started using swagger-jsdoc in my nodejs project using Typescript. It was kind of hard to figure out how to use it due to the transpilation process involved.
There are a few workarounds necessary to make it work:
- apis [...] has to point to files in the
/distdirectory due to the transpilation process - Annotations (in the comments) to model classes are lost in the t
Thanks for the great project! I just wanted to suggest adding some details to the documentation regarding usage as well as dependencies.
It's true that all of these things are available in the code via tests but it's not super intuitive where to find them. As I write this I know that I found the usage; it's fairly easy but since I didn't commit it to memory I'll have to dig through the tests ag
-
Updated
Jul 1, 2020 - Clojure
-
Updated
Jul 9, 2020 - JavaScript
We need to add finnish translation to about.html (the info texts you see when enter the main site).
Replace it with a link to the official documentation that will be the "official" version of the roadmap.
Steps:
- Create a roadmap page in the official documentation
- Publish
- Add a link to this in the readme.
Besides just checking if a preprocessor variable has a given value (@rest\if name value) it would be very helpful to have its value inserted somewhere inside the documentation.
For example instead of incrementing the API version manually as in
// @rest\version 0.9.14
I would like to have it changed automatically like:
// @rest\version {myversion}
`$SwaggerGen->define('myversio
-
Updated
Jun 19, 2018 - Java
-
Updated
Jan 16, 2020 - Python
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Mar 21, 2019 - Go
-
Updated
Nov 3, 2019 - TypeScript
-
Updated
Jan 28, 2017 - JavaScript
-
Updated
Jun 2, 2017 - JavaScript
If the service no longer support a mime-type/data format, e.g. "application/json" or xml, it would be a breaking change for the users. There should be rules detecting these changes.
-
Updated
Jun 5, 2016 - Java
-
Updated
May 22, 2018 - Swift
-
Updated
Apr 15, 2018 - PowerShell
-
Updated
Feb 7, 2017 - JavaScript
-
Updated
Oct 19, 2017 - Shell
-
Updated
Sep 28, 2017 - JavaScript
-
Updated
May 31, 2017 - JavaScript
-
Updated
Jan 12, 2019 - Python
-
Updated
Jul 10, 2020 - Java
-
Updated
May 23, 2018
Improve this page
Add a description, image, and links to the swagger-spec topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swagger-spec topic, visit your repo's landing page and select "manage topics."


Motivation
In some usecases, we expect to do deepcopy for api types. It would be more efficient to generate deepcopy code for swagger model.
Proposal
Generate
DeepCopy() $objectmethod for each swagger model. We can take reference to https://github.com/kubernetes/code-generator.