-
Updated
Aug 28, 2020 - HTML
#
swagger-codegen
Here are 169 public repositories matching this topic...
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
webjunkie
commented
Aug 24, 2018
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
kotlin
gradle
swagger
kotlin-android
gradle-plugin
swagger-generator
swagger-codegen
retrofit2
swagger-spec
swagger2
swagger-api
retrofit2-rxjava2
gradle-plugin-kotlin
-
Updated
Jul 29, 2020 - Kotlin
android
kotlin
plugin
reactivex
swagger
kotlin-language
kotlin-android
swagger-codegen
intellij-plugin
codegenerator
rxjava2
retrofit2
android-studio
codegen
android-studio-plugin
javapoet
intellij-idea
kotlinpoet
-
Updated
Jun 4, 2020 - Kotlin
API Generator - instantly generate REST and GraphQL APIs (openapi (OAS) 3.0.0)
nodejs
graphql
rest
generator
microservice
openapi
swagger-codegen
mit-license
oas
api-generator
nodejs-development
microservice-framework
nodejs-server
openapi3
oasv3
openapi-generator
-
Updated
Jul 17, 2020 - JavaScript
Gradle plugin for OpenAPI YAML validation, code generation and API document publishing
-
Updated
Aug 25, 2020 - Groovy
The cmdlet generator from OpenAPI (f.k.a Swagger) specification
-
Updated
Apr 16, 2019 - PowerShell
sbt Plugin for Scala code generation for Swagger specs
-
Updated
Sep 25, 2019 - Scala
A RESTful framework built on top of light-4j with both Swagger 2.0 and OpenAPI 3.0 supports
http
client
server
rest-api
http2
restful
swagger
openapi
swagger-codegen
restful-api
swagger2
openapi3
openapi-codegen
-
Updated
Aug 28, 2020 - Java
A set of common utilities for crates generated by swagger-codegen
-
Updated
Jun 9, 2020 - Rust
Apinf - Open source API management platform with multi proxy and protocol support
visualization
javascript
mqtt
iot
analytics
api-management
api-gateway
swagger
api-documentation
swagger-codegen
api-manager
swagger-ui
developer-experience
developer-portal
api-umbrella
api-catalog
-
Updated
Aug 20, 2020 - JavaScript
A collection of Visual Studio custom tool code generators for Swagger / OpenAPI specification files
-
Updated
Aug 24, 2020 - C#
Generate Class Diagrams (UML) for Given Swagger Definition
graphviz
uml
plantuml
swagger-codegen
uml-diagram
uml-diagrams
swagger2
swagger-parser
uml-model
uml-class-diagram
-
Updated
Dec 3, 2019 - Java
kotlin
library
rest
apt
rest-api
swagger
kotlin-android
annotation-processor
swagger-codegen
codegenerator
rxjava2
retrofit2
codegen
annotation-processing
openapi-specification
kapt
kotlinpoet
-
Updated
Sep 18, 2019 - Kotlin
Introduction and Example for OpenAPI specification & Swagger Open Source Tools, including swagger-editor, swagger-codegen and swagger-ui. Auto generation example for client SDKs, server code, asciidoctor and html documents.
spring-boot
springfox
swagger
asciidoc
swagger-specification
swagger-generator
swagger-codegen
swagger-ui
asciidoctor
swagger-docs
swagger-spec
swagger2
swagger-api
swagger-editor
swagger2markup
asciidoctor-converter
asciidoctor-pdf
-
Updated
Jun 19, 2018 - Java
Online generated SpringBoot SrpingCloud, Dubbo, Web, UI, Html, Angular1, Angular4, Thymeleaf tools, and other projects. Swagger document management, test, and editing. Generate HTML 5, Markdown, AsciiDoc, Word documents
angularjs
spring-boot
swagger
swagger-codegen
swagger-ui
dubbo
mybatis-generator
springcloud
swagger-editor
springcloud-generator
springboot-generator
-
Updated
Jul 4, 2017 - Java
A library for generating completely customizable code from the Open API Specification (FKA Swagger) RESTful API documentation using the scripting power of Node.js.
-
Updated
Jul 27, 2020 - JavaScript
Utility Network REST API expressed in Swagger / Open API Specification, code samples
-
Updated
Sep 15, 2018 - C++
A Swagger Codegen for typescript and javascript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Starlark
Autogenerated PHP SDK client for API V2
-
Updated
Aug 20, 2020 - PHP
䷴ Universal, rule-based business collaboration APIs for e-commerce and customer relationship management (CRM).
rules
money
business
product
rule-engine
inventory
crm
mda
swagger-codegen
order
swagger-ui
party
rule
customer-relationship-management
party-relationship
business-archetypes
archetype-pattern
archetype-patterns
-
Updated
Apr 30, 2020 - JavaScript
IoTivity Classic setup, please use Iotivity-lite-setup.
-
Updated
May 21, 2020 - C++
Swagger spec generator from Spring annotations, written in Kotlin
-
Updated
Sep 28, 2017 - Kotlin
Generate Angular 2+ services from swagger.json
-
Updated
Aug 25, 2020 - TypeScript
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