swagger-specification
Here are 56 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
-
Updated
May 25, 2018 - CSS
-
Updated
Apr 24, 2017 - Scala
-
Updated
Jul 5, 2020 - Java
-
Updated
Jun 17, 2020 - Go
We need to add finnish translation to about.html (the info texts you see when enter the main site).
-
Updated
Jun 25, 2020 - TypeScript
-
Updated
Oct 28, 2018 - Ruby
-
Updated
Jun 19, 2018 - Java
-
Updated
May 13, 2020
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Mar 27, 2020
Currently, the aptos.util module contains a class Parser with a static method parse to parse JSON formatted specifications.
Ideally, the Parser class should serve more as an interface for concrete parser classes to implement. Therefore, the Parser.parse method should raise a NotImplementedError.
class Parser:
"""Parser interface"""
@staticmethod
def Add missing topics
TL;DR
Topics greatly improve the discoverability of repos; please add the short code from the table below to the topics of your repo so that ministries can use GitHub's search to find out what repos belong to them and other visitors can find useful content (and reuse it!).
Why Topic
In short order we'll add our 800th repo. This large number clearly demonstrates the success of using GitHub
-
Updated
May 29, 2020 - Shell
-
Updated
Jun 2, 2017 - JavaScript
-
Updated
Jul 1, 2020 - Shell
-
Updated
Feb 7, 2017 - JavaScript
-
Updated
Feb 24, 2017 - Clojure
-
Updated
Aug 7, 2017 - HTML
-
Updated
Feb 27, 2017 - HTML
-
Updated
Oct 11, 2017 - JavaScript
-
Updated
Sep 16, 2017 - Java
-
Updated
May 29, 2020 - Java
-
Updated
Oct 11, 2017
-
Updated
May 5, 2017 - HTML
-
Updated
Dec 13, 2016 - JavaScript
-
Updated
May 26, 2017 - JavaScript
-
Updated
Jul 3, 2020 - HTML
Improve this page
Add a description, image, and links to the swagger-specification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swagger-specification 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.