forked from loafle/openapi-generator-original
Adds generatorLanguage to all generators (#11268)
* Adds generatorLanguage to all generators * Adds all generator languages and info to docs * Docs updated
This commit is contained in:
parent
dd3bba8c94
commit
0eca629127
@ -8,6 +8,7 @@ title: Documentation for the ada-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | ada-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Ada | |
|
||||
| helpTxt | Generates an Ada server implementation (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the ada Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | ada | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Ada | |
|
||||
| helpTxt | Generates an Ada client implementation (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the android Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | android | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates an Android client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the apache2 Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | apache2 | pass this to the generate command after -g |
|
||||
| generator type | CONFIG | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates an Apache2 Config file with the permissions | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the apex Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | apex | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Apex | |
|
||||
| helpTxt | Generates an Apex API client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the asciidoc Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | asciidoc | pass this to the generate command after -g |
|
||||
| generator type | DOCUMENTATION | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates asciidoc markup based documentation. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the aspnetcore Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | aspnetcore | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | C# | |
|
||||
| helpTxt | Generates an ASP.NET Core Web API server. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the avro-schema Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | avro-schema | pass this to the generate command after -g |
|
||||
| generator type | SCHEMA | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Avro model (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the bash Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | bash | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Bash | |
|
||||
| helpTxt | Generates a Bash client script based on cURL. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the c Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | c | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | C | |
|
||||
| helpTxt | Generates a C (libcurl) client library (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the clojure Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | clojure | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Clojure | |
|
||||
| helpTxt | Generates a Clojure client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the cpp-pistache-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | cpp-pistache-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | C++ | |
|
||||
| helpTxt | Generates a C++ API server (based on Pistache) | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the cpp-qt-client Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | cpp-qt-client | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | C++ | |
|
||||
| helpTxt | Generates a Qt C++ client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the cpp-qt-qhttpengine-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | cpp-qt-qhttpengine-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | C++ | |
|
||||
| helpTxt | Generates a Qt C++ Server using the QHTTPEngine HTTP Library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the cpp-restbed-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | cpp-restbed-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | C++ | |
|
||||
| helpTxt | Generates a C++ API Server with Restbed (https://github.com/Corvusoft/restbed). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the cpp-restsdk Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | cpp-restsdk | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | C++ | |
|
||||
| helpTxt | Generates a C++ API client with C++ REST SDK (https://github.com/Microsoft/cpprestsdk). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the cpp-tiny Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | cpp-tiny | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | C++ | |
|
||||
| helpTxt | Generates a C++ Arduino REST API client. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the cpp-tizen Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | cpp-tizen | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | C++ | |
|
||||
| helpTxt | Generates a Samsung Tizen C++ client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the cpp-ue4 Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | cpp-ue4 | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | C++ | |
|
||||
| helpTxt | Generates a Unreal Engine 4 C++ Module (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the crystal Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | crystal | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Crystal | |
|
||||
| helpTxt | Generates a Crystal client library (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the csharp-dotnet2 Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | csharp-dotnet2 | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | C# | |
|
||||
| helpTxt | Generates a C# .Net 2.0 client library (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the csharp-nancyfx Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | csharp-nancyfx | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | C# | |
|
||||
| helpTxt | Generates a C# NancyFX Web API server. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the csharp-netcore-functions Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | csharp-netcore-functions | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | C# | |
|
||||
| helpTxt | Generates a csharp server. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the csharp-netcore Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | csharp-netcore | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | C# | |
|
||||
| helpTxt | Generates a C# client library (.NET Standard, .NET Core). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the csharp Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | csharp | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | C# | |
|
||||
| helpTxt | Generates a CSharp client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the dart-dio-next Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | dart-dio-next | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Dart | |
|
||||
| helpTxt | Generates a Dart Dio client library with null-safety. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the dart-dio Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | dart-dio | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Dart | |
|
||||
| helpTxt | Generates a Dart Dio client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the dart-jaguar Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | dart-jaguar | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Dart | |
|
||||
| helpTxt | Generates a Dart Jaguar client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the dart Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | dart | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Dart | |
|
||||
| helpTxt | Generates a Dart 2.x client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the eiffel Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | eiffel | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Eiffel | |
|
||||
| helpTxt | Generates a Eiffel client library (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the elixir Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | elixir | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Elixir | |
|
||||
| helpTxt | Generates an elixir client library (alpha). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the elm Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | elm | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Elm | |
|
||||
| helpTxt | Generates an Elm client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the erlang-client Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | erlang-client | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Erlang | |
|
||||
| helpTxt | Generates an Erlang client library (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the erlang-proper Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | erlang-proper | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Erlang | |
|
||||
| helpTxt | Generates an Erlang library with PropEr generators (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the erlang-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | erlang-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Erlang | |
|
||||
| helpTxt | Generates an Erlang server library (beta) using OpenAPI Generator (https://openapi-generator.tech). By default, it will also generate service classes, which can be disabled with the `-Dnoservice` environment variable. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the flash-deprecated Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | flash-deprecated | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Flash | |
|
||||
| helpTxt | Generates a Flash (ActionScript) client library (beta). IMPORTANT: this generator has been deprecated in v5.x | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the fsharp-functions Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | fsharp-functions | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | F# | |
|
||||
| helpTxt | Generates a fsharp-functions server (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the fsharp-giraffe-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | fsharp-giraffe-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | F# | |
|
||||
| helpTxt | Generates a F# Giraffe server (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the go-deprecated Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | go-deprecated | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Go | |
|
||||
| helpTxt | Generates a Go client library (beta). NOTE: this generator has been deprecated. Please use `go` client generator instead. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the go-echo-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | go-echo-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Go | |
|
||||
| helpTxt | Generates a go-echo server. (Beta) | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the go-gin-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | go-gin-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Go | |
|
||||
| helpTxt | Generates a Go server library with the gin framework using OpenAPI-Generator.By default, it will also generate service classes. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the go-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | go-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Go | |
|
||||
| helpTxt | Generates a Go server library using OpenAPI-Generator. By default, it will also generate service classes -- which you can disable with the `-Dnoservice` environment variable. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the go Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | go | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Go | |
|
||||
| helpTxt | Generates a Go client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the graphql-nodejs-express-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | graphql-nodejs-express-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Javascript | |
|
||||
| helpTxt | Generates a GraphQL Node.js Express server (beta) including it's types, queries, mutations, (resolvers) | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the graphql-schema Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | graphql-schema | pass this to the generate command after -g |
|
||||
| generator type | SCHEMA | |
|
||||
| generator language | GraphQL | |
|
||||
| helpTxt | Generates GraphQL schema files (beta) | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the groovy Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | groovy | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Groovy | |
|
||||
| helpTxt | Generates a Groovy API client. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the haskell-http-client Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | haskell-http-client | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Haskell | |
|
||||
| helpTxt | Generates a Haskell http-client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the haskell-yesod Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | haskell-yesod | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Haskell | |
|
||||
| helpTxt | Generates a haskell-yesod server. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the haskell Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | haskell | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Haskell | |
|
||||
| helpTxt | Generates a Haskell server and client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the java-inflector Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | java-inflector | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java Inflector Server application. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the java-micronaut-client Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | java-micronaut-client | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java Micronaut Client. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the java-msf4j Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | java-msf4j | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java Micro Service based on WSO2 Microservices Framework for Java (MSF4J) | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the java-pkmst Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | java-pkmst | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a PKMST SpringBoot Server application using the SpringFox integration. Also enables EurekaServerClient / Zipkin / Spring-Boot admin | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the java-play-framework Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | java-play-framework | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java Play Framework Server application. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the java-undertow-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | java-undertow-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java Undertow Server application (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the java-vertx-web Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | java-vertx-web | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java Vert.x-Web Server (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the java-vertx Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | java-vertx | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a java-Vert.X Server library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the java Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | java | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java client library (HTTP lib: Jersey (1.x, 2.x), Retrofit (2.x), OpenFeign (10.x) and more. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the javascript-apollo Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | javascript-apollo | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Javascript | |
|
||||
| helpTxt | Generates a JavaScript client library (beta) using Apollo RESTDatasource. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the javascript-closure-angular Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | javascript-closure-angular | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Javascript | |
|
||||
| helpTxt | Generates a Javascript AngularJS client library (beta) annotated with Google Closure Compiler annotations(https://developers.google.com/closure/compiler/docs/js-for-compiler?hl=en) | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the javascript-flowtyped Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | javascript-flowtyped | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Javascript | |
|
||||
| helpTxt | Generates a Javascript client library (beta) using Flow types and Fetch API. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the javascript Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | javascript | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Javascript | |
|
||||
| helpTxt | Generates a JavaScript client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the jaxrs-cxf-cdi Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | jaxrs-cxf-cdi | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java JAXRS Server according to JAXRS 2.0 specification, assuming an Apache CXF runtime and a Java EE runtime with CDI enabled. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the jaxrs-cxf-client Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | jaxrs-cxf-client | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java JAXRS Client based on Apache CXF framework. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the jaxrs-cxf-extended Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | jaxrs-cxf-extended | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Extends jaxrs-cxf with options to generate a functional mock server. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the jaxrs-cxf Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | jaxrs-cxf | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java JAXRS Server application based on Apache CXF framework. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the jaxrs-jersey Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | jaxrs-jersey | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java JAXRS Server application based on Jersey framework. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the jaxrs-resteasy-eap Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | jaxrs-resteasy-eap | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java JAXRS-Resteasy Server application. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the jaxrs-resteasy Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | jaxrs-resteasy | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java JAXRS-Resteasy Server application. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the jaxrs-spec Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | jaxrs-spec | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a Java JAXRS Server according to JAXRS 2.0 specification. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the jmeter Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | jmeter | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Java | |
|
||||
| helpTxt | Generates a JMeter .jmx file. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the k6 Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | k6 | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | k6 | |
|
||||
| helpTxt | Generates a k6 script (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the kotlin-server-deprecated Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | kotlin-server-deprecated | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Kotlin | |
|
||||
| helpTxt | Generates a Kotlin server (Ktor v1.1.3). IMPORTANT: this generator has been deprecated. Please migrate to `kotlin-server` which supports Ktor v1.5.2+. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the kotlin-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | kotlin-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Kotlin | |
|
||||
| helpTxt | Generates a Kotlin server. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the kotlin-spring Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | kotlin-spring | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Kotlin | |
|
||||
| helpTxt | Generates a Kotlin Spring application. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the kotlin-vertx Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | kotlin-vertx | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Kotlin | |
|
||||
| helpTxt | Generates a kotlin-vertx server. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the kotlin Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | kotlin | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Kotlin | |
|
||||
| helpTxt | Generates a Kotlin client. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the ktorm-schema Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | ktorm-schema | pass this to the generate command after -g |
|
||||
| generator type | SCHEMA | |
|
||||
| generator language | Ktorm | |
|
||||
| helpTxt | Generates a kotlin-ktorm schema (beta) | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the lua Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | lua | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Lua | |
|
||||
| helpTxt | Generates a Lua client library (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the mysql-schema Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | mysql-schema | pass this to the generate command after -g |
|
||||
| generator type | SCHEMA | |
|
||||
| generator language | Mysql | |
|
||||
| helpTxt | Generates a MySQL schema based on the model or schema defined in the OpenAPI specification (v2, v3). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the nim Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | nim | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Nim | |
|
||||
| helpTxt | Generates a nim client (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the nodejs-express-server Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | nodejs-express-server | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Javascript | |
|
||||
| helpTxt | Generates a NodeJS Express server (alpha). IMPORTANT: this generator may subject to breaking changes without further notice). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the objc Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | objc | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Objective-C | |
|
||||
| helpTxt | Generates an Objective-C client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the ocaml Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | ocaml | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | OCaml | |
|
||||
| helpTxt | Generates an OCaml client library (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the perl Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | perl | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Perl | |
|
||||
| helpTxt | Generates a Perl client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the php-dt Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | php-dt | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | PHP | |
|
||||
| helpTxt | Generates a PHP client relying on Data Transfer ( https://github.com/Articus/DataTransfer ) and compliant with PSR-7, PSR-11, PSR-17 and PSR-18. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the php-laravel Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | php-laravel | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | PHP | |
|
||||
| helpTxt | Generates a PHP laravel server library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the php-lumen Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | php-lumen | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | PHP | |
|
||||
| helpTxt | Generates a PHP Lumen server library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the php-mezzio-ph Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | php-mezzio-ph | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | PHP | |
|
||||
| helpTxt | Generates PHP server stub using Mezzio ( https://docs.mezzio.dev/mezzio/ ) and Path Handler ( https://github.com/Articus/PathHandler ). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the php-silex-deprecated Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | php-silex-deprecated | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | PHP | |
|
||||
| helpTxt | Generates a PHP Silex server library. IMPORTANT NOTE: this generator is no longer actively maintained. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the php-slim-deprecated Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | php-slim-deprecated | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | PHP | |
|
||||
| helpTxt | Generates a PHP Slim Framework server library. IMPORTANT NOTE: this generator (Slim 3.x) is no longer actively maintained so please use 'php-slim4' generator instead. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the php-slim4 Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | php-slim4 | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | PHP | |
|
||||
| helpTxt | Generates a PHP Slim 4 Framework server library(with Mock server). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the php-symfony Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | php-symfony | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | PHP | |
|
||||
| helpTxt | Generates a PHP Symfony server bundle. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the php Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | php | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | PHP | |
|
||||
| helpTxt | Generates a PHP client library. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the powershell Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | powershell | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | PowerShell | |
|
||||
| helpTxt | Generates a PowerShell API client (beta) | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the protobuf-schema Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | protobuf-schema | pass this to the generate command after -g |
|
||||
| generator type | SCHEMA | |
|
||||
| generator language | Protocol Buffers (Protobuf) | |
|
||||
| helpTxt | Generates gRPC and protocol buffer schema files (beta) | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the python-aiohttp Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | python-aiohttp | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Python | |
|
||||
| helpTxt | Generates a Python server library using the Connexion project. By default, it will also generate service classes -- which you can disable with the `-Dnoservice` environment variable. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the python-blueplanet Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | python-blueplanet | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Python | |
|
||||
| helpTxt | Generates a Python server library using the Connexion project. By default, it will also generate service classes -- which you can disable with the `-Dnoservice` environment variable. | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the python-experimental Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | python-experimental | pass this to the generate command after -g |
|
||||
| generator type | CLIENT | |
|
||||
| generator language | Python | |
|
||||
| helpTxt | Generates a Python client library<br><br>Features in this generator:<br>- type hints on endpoints and model creation<br>- model parameter names use the spec defined keys and cases<br>- robust composition (oneOf/anyOf/allOf) where paload data is stored in one instance only<br>- endpoint parameter names use the spec defined keys and cases<br>- inline schemas are supported at any location including composition<br>- multiple content types supported in request body and response bodies<br>- run time type checking<br>- quicker load time for python modules (a single endpoint can be imported and used without loading others)<br>- all instances of schemas dynamically inherit from all matching schemas so one can use isinstance to check if validation passed<br>- composed schemas with type constraints supported (type:object + oneOf/anyOf/allOf)<br>- schemas are not coerced/cast. For example string + date are both stored as string, and there is a date accessor<br> - Exceptions: int/float is stored as Decimal, When receiving data from headers it will start as str and may need to be cast for example to int | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
@ -8,6 +8,7 @@ title: Documentation for the python-fastapi Generator
|
||||
| -------- | ----- | ----- |
|
||||
| generator name | python-fastapi | pass this to the generate command after -g |
|
||||
| generator type | SERVER | |
|
||||
| generator language | Python | |
|
||||
| helpTxt | Generates a Python FastAPI server (beta). | |
|
||||
|
||||
## CONFIG OPTIONS
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user