wing328
|
ae17f97c99
|
Merge pull request #1537 from lugaru1234/ensureUniqueParamsRefactor
Code refactoring: ensureUniqueParams default value has been moved from description to the defaultValue field
|
2015-12-09 23:02:20 +08:00 |
|
wing328
|
fcd3d3dce1
|
Merge pull request #1683 from xhh/ruby-default-value
[Ruby] Add default value to Ruby model
|
2015-12-09 17:15:00 +08:00 |
|
wing328
|
36dfa15f93
|
Merge pull request #1680 from wing328/php_default_value
[PHP] add default value to PHP model
|
2015-12-09 15:39:34 +08:00 |
|
xhh
|
21bd4fbbc1
|
Add default value to Ruby model
|
2015-12-09 11:30:09 +08:00 |
|
wing328
|
0dd2ebc78e
|
Merge pull request #1679 from wing328/csharp_default_value
[C#] add default member's value for C# models
|
2015-12-09 10:43:26 +08:00 |
|
wing328
|
4b656c516f
|
add default value to php model
|
2015-12-08 15:59:46 +08:00 |
|
wing328
|
f9f0992cc8
|
add default member's value for C# models
|
2015-12-08 15:09:30 +08:00 |
|
xhh
|
b1bc75189a
|
Add WithHttpInfo API methods to Java okhttp-gson client
to allow accessing response status code and headers
and removed the methods of recording last response info from
ApiClient.
|
2015-12-07 11:17:32 +08:00 |
|
Johannes Fiala
|
b0e3be8fb3
|
add AMD support #1294
|
2015-12-06 13:45:08 +01:00 |
|
Johannes Fiala
|
a7f754faad
|
Cleanup unused code from Java template in Javascript
|
2015-12-06 12:08:17 +01:00 |
|
Johannes Fiala
|
d9e024a7bf
|
Cleanup mandatoryParam variable in mustache and Codegen, replaced using
-last
|
2015-12-06 12:06:23 +01:00 |
|
Johannes Fiala
|
8fd6b604d3
|
Add all required parameters as default constructor parameters #1294
|
2015-12-06 10:37:06 +01:00 |
|
Johannes Fiala
|
34fb2c561f
|
cleanup build error due to missing CodegenConfig configuration entry
#1294
|
2015-12-06 10:33:52 +01:00 |
|
Johannes Fiala
|
e95e0c88cb
|
add support for clean response object creation in the API class #1294
|
2015-12-05 20:32:19 +01:00 |
|
Johannes Fiala
|
7c4471a4d6
|
Adapt output path for api/model
|
2015-12-05 17:43:35 +01:00 |
|
Johannes Fiala
|
adb26d83f7
|
Add basic JS SDK support, see Document client SDK #1294
|
2015-12-05 17:35:18 +01:00 |
|
wing328
|
9367b7f6a6
|
Merge pull request #1643 from wing328/csharp_refactor
[C#] refactor code to support multiple API keys in multi-threading environment
|
2015-12-05 11:16:34 +08:00 |
|
wing328
|
ddd52f613f
|
remove logging from php generator
|
2015-12-04 22:37:16 +08:00 |
|
wing328
|
e182ad7897
|
add log to php code gen
|
2015-12-04 22:29:29 +08:00 |
|
wing328
|
1f68d0f7b0
|
fix issue with petstore in windows
|
2015-12-04 18:54:12 +08:00 |
|
wing328
|
a5a4f8c7e0
|
add api response to C#
|
2015-12-03 11:10:34 +08:00 |
|
wing328
|
330053902e
|
Merge pull request #1649 from xhh/clojure-escape-char
[Clojure] Escape characters for text in Clojure client
|
2015-12-03 00:07:53 +08:00 |
|
wing328
|
5bb444ba6d
|
Merge pull request #1644 from wing328/objc_special_word
[ObjC] escape objc special words with "var"
|
2015-12-02 10:50:34 +08:00 |
|
xhh
|
2b9fe5c9bf
|
Escape characters for text in Clojure client
Closes #1648
|
2015-12-02 10:25:30 +08:00 |
|
wing328
|
76de987cd2
|
Merge pull request #1614 from xhh/auto-generate-operation-id
Auto generate operationId for python-flask server codegen
|
2015-12-01 17:58:08 +08:00 |
|
wing328
|
c64f352ba6
|
escape objc special word with var
|
2015-12-01 17:44:07 +08:00 |
|
Tony Tam
|
88d8ea23e3
|
updated templates, files
|
2015-11-30 10:24:15 -08:00 |
|
wing328
|
5494b694b7
|
Merge pull request #1458 from gaalandr/params_support_2.0_spec
fix: codegen does not support spec 2.0 properties for parameters:
|
2015-11-30 22:02:12 +08:00 |
|
xhh
|
2c6c902878
|
Merge branch 'master' into auto-generate-operation-id
Conflicts:
modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson/api.mustache
|
2015-11-30 21:05:47 +08:00 |
|
wing328
|
1913b0594f
|
Merge pull request #1628 from wing328/csharp_optional_parameter
[C#] add optional parameter to c# API client
|
2015-11-30 00:09:25 +08:00 |
|
wing328
|
2d34f567ff
|
Merge pull request #1619 from EduGraph/issue-1075
[PHP] Slim Framework v3 - Server Generator #1075
|
2015-11-29 00:54:03 +08:00 |
|
wing328
|
dfc0813a18
|
add optional parameter to c# api client (enabled by default)
|
2015-11-28 15:40:44 +08:00 |
|
jfastnacht
|
aebfacaa22
|
Adjusted codegen to fit pull request comments in https://github.com/swagger-api/swagger-codegen/pull/1619
|
2015-11-27 15:25:40 +01:00 |
|
xhh
|
d250ce3bec
|
Do not resolve non-model body parameter as inline model
|
2015-11-26 17:16:28 +08:00 |
|
xhh
|
27e43d3fbb
|
Implement toOperationId for python-flask server codegen
and use "operationId" in the template to replace
vendorExtensions.x-operationId
|
2015-11-25 19:43:31 +08:00 |
|
xhh
|
6675cbc20e
|
Auto generate operationId for python-flask server codegen
|
2015-11-25 17:55:04 +08:00 |
|
Tony Tam
|
0cb8e4ca69
|
updated readme, base path
|
2015-11-25 15:14:03 +08:00 |
|
Tony Tam
|
bbb7fb5abc
|
updated readme, base path
|
2015-11-23 14:27:22 -10:00 |
|
jfastnacht
|
d38933f927
|
Added model.mustache for basic class definitions. Added sample class files.
|
2015-11-23 17:49:19 +01:00 |
|
Alvin
|
b9cf790d1c
|
add upload & downlod progress for Java okhttp
|
2015-11-21 15:06:00 +08:00 |
|
Andras Gaal
|
ab062b1386
|
fix boolean getter errors
|
2015-11-19 15:15:48 +01:00 |
|
Andras Gaal
|
2c52cc1d86
|
Merge branch 'masterswaggerio' into params_support_2.0_spec
Conflicts:
.gitignore
|
2015-11-19 15:09:08 +01:00 |
|
xhh
|
d198a5a419
|
Add support config options to Clojure client
|
2015-11-19 17:38:08 +08:00 |
|
wing328
|
ff1dd034a8
|
Merge pull request #1585 from xhh/clojure-client
Add a Clojure client codegen
|
2015-11-19 10:58:40 +08:00 |
|
gaalandr
|
b9c1158bfe
|
Update CodegenParameter.java
|
2015-11-18 17:52:32 +01:00 |
|
Tony Tam
|
7727d740f0
|
Merge pull request #1584 from swagger-api/issue-1582
added connexion python server generator
|
2015-11-18 08:45:22 -06:00 |
|
Tony Tam
|
041eb94a27
|
renamed
|
2015-11-18 08:44:45 -06:00 |
|
jfastnacht
|
65b9f9dcce
|
Added basic Slim Framework support based on silex-PHP
|
2015-11-18 15:05:05 +01:00 |
|
xhh
|
50c27d258c
|
Merge branch 'master' into clojure-client
|
2015-11-18 17:27:29 +08:00 |
|
Tony Tam
|
7f62576d88
|
added connexion
|
2015-11-18 00:17:33 -06:00 |
|