xhh
|
fe35675168
|
Allow numbers for classname
and remove spaces
|
2015-07-02 17:15:53 +08:00 |
|
xhh
|
d825b96720
|
Sanitize API class name in Jax RS server codegen
|
2015-07-02 12:00:18 +08:00 |
|
wing328
|
422da698f6
|
import model only if it has import for c#
|
2015-07-02 11:18:41 +08:00 |
|
wing328
|
488e604207
|
use stream for file
|
2015-07-01 21:37:48 +08:00 |
|
xhh
|
846d282ba0
|
Add helper methods for last response
|
2015-07-01 18:48:31 +08:00 |
|
xhh
|
6f1dd5ce35
|
Store last response in a thread-safe way
|
2015-07-01 17:37:16 +08:00 |
|
xhh
|
108b2241c0
|
Validate model property against allowed values (enum)
when present with attribute setters
|
2015-07-01 17:18:29 +08:00 |
|
wing328
|
4d6dbf7d92
|
show return in doc only if it has a return
|
2015-07-01 15:16:28 +08:00 |
|
Nadezhda Makarkina
|
eca827613d
|
Fixed #831: skipOverwrite flag has been added
|
2015-06-30 17:58:35 +03:00 |
|
wing328
|
2e76b56f30
|
revert file to String, add test case for upload file
|
2015-06-30 17:50:22 +08:00 |
|
wing328
|
f290de95dd
|
update parameter name to camelize lower
|
2015-06-29 23:14:00 +08:00 |
|
wing328
|
59987a54a9
|
fix deserialization of string and other primitive
|
2015-06-29 22:16:38 +08:00 |
|
cbornet
|
2d59c5d190
|
generate oauth2 fields in the data for the templates
Fixes #347
|
2015-06-29 13:39:39 +02:00 |
|
wing328
|
9726ada8d1
|
fix return type and tempfolder
|
2015-06-29 15:30:34 +08:00 |
|
wing328
|
76ece5a4eb
|
add file response support for c# (passed test cases)
|
2015-06-29 12:17:49 +08:00 |
|
kubo_takaichi
|
91af76cf41
|
Use CLI option
|
2015-06-27 23:24:49 +09:00 |
|
kubo_takaichi
|
65af735d6c
|
Merge commit '4143e286374bdd384c39a68df1f8f3a3eb58e6a4' into feature/swift_develop_2.0
|
2015-06-27 21:19:32 +09:00 |
|
wing328
|
30bc58f6ff
|
Merge branch 'fix_optional' of https://github.com/wing328/swagger-codegen into fix_optional
|
2015-06-26 23:57:06 +08:00 |
|
wing328
|
3eca940e7d
|
fix perl and asyncscala optional tab
|
2015-06-26 23:56:20 +08:00 |
|
wing328
|
38d62d768a
|
fix optional for python, python3
|
2015-06-26 23:56:20 +08:00 |
|
xhh
|
1de6952279
|
Support customizing default headers via config option
for example:
config.default_headers['X-MY-HEADER'] = 'my-header-value'
|
2015-06-26 19:09:20 +08:00 |
|
xhh
|
54d6a7e19c
|
Merge branch 'develop_2.0' into ruby-file-response
|
2015-06-26 17:44:37 +08:00 |
|
xhh
|
fafddbf040
|
Fix naming in specs
|
2015-06-26 17:16:38 +08:00 |
|
xhh
|
d8b0cb739f
|
Add config file for bin/ruby-petstore.sh
to rename swagger_client to petstore
|
2015-06-26 17:15:14 +08:00 |
|
xhh
|
2d3d35cfd7
|
Rebuild Ruby petstore client
|
2015-06-26 16:37:58 +08:00 |
|
xhh
|
8c10e4f2b0
|
Remove unused code
|
2015-06-26 16:06:32 +08:00 |
|
xhh
|
0ac1ef266f
|
Avoid more monkey-patching
|
2015-06-26 16:04:18 +08:00 |
|
xhh
|
327128dbba
|
Fix "date" type deserialization
|
2015-06-26 15:57:46 +08:00 |
|
xhh
|
16e80c65d7
|
Avoiding monkey-patching in Ruby API client
|
2015-06-26 15:56:59 +08:00 |
|
xhh
|
40c9f05536
|
Merge branch 'develop_2.0' into ruby-debug
|
2015-06-26 10:38:58 +08:00 |
|
wing328
|
091e76703c
|
update sample
|
2015-06-26 10:35:50 +08:00 |
|
wing328
|
6a24b328e3
|
fix variable name in path
|
2015-06-26 10:30:12 +08:00 |
|
Tony Tam
|
4143e28637
|
Merge branch 'wing328-csharp_add_cli_support' into develop_2.0
|
2015-06-25 11:55:41 -07:00 |
|
Tony Tam
|
31efefe0b9
|
Merge branch 'csharp_add_cli_support' of ssh://github.com/wing328/swagger-codegen into wing328-csharp_add_cli_support
|
2015-06-25 11:54:30 -07:00 |
|
Tony Tam
|
e60bd564cb
|
Merge pull request #864 from geekerzp/python-cli-option
[Python] Enabling cli config options for python generator
|
2015-06-25 11:53:29 -07:00 |
|
Tony Tam
|
69b75bb1af
|
Merge pull request #885 from mhardorf/develop_2.0
Added support for TypeScript generation for AngularJS and Node.js
|
2015-06-25 11:53:21 -07:00 |
|
Tony Tam
|
1fb796f14d
|
Merge pull request #891 from who/develop_2.0
Replacing getClientResponseStatus() with getStatusInfo()
|
2015-06-25 11:53:10 -07:00 |
|
Tony Tam
|
e996498a24
|
Merge pull request #913 from xhh/scala-warnings
[Scala] Fix warnings and upgrade jersey for Scala client
|
2015-06-25 11:52:57 -07:00 |
|
Tony Tam
|
c3d1367e7c
|
Merge pull request #894 from wing328/csharp_add_nunit
[C#] Add NUnit test
|
2015-06-25 11:52:19 -07:00 |
|
Tony Tam
|
69eae7d35b
|
merged
|
2015-06-25 10:23:05 -07:00 |
|
Tony Tam
|
162d1d1f98
|
merged
|
2015-06-25 10:21:38 -07:00 |
|
Tony Tam
|
07d5365c5c
|
merged from #902, rebuilt client
|
2015-06-25 10:17:28 -07:00 |
|
Tony Tam
|
f1239aba6c
|
Merge pull request #908 from wing328/fix_php_file_sep
[PHP] Fix regular expression in toPackagePath
|
2015-06-25 10:10:30 -07:00 |
|
Tony Tam
|
37620518e7
|
Merge pull request #892 from wing328/add_sinatra
[Ruby] Add back Sinatra tempates
|
2015-06-25 10:10:22 -07:00 |
|
William Cheng
|
9d739a44cd
|
update python test case
|
2015-06-25 21:47:00 +08:00 |
|
wing328
|
18ac6e8aae
|
fix perl and asyncscala optional tab
|
2015-06-25 23:10:25 +08:00 |
|
wing328
|
8cce7ac053
|
fix optional for python, python3
|
2015-06-25 22:40:14 +08:00 |
|
xhh
|
e6e1db2064
|
Support looser format when detecting filename
|
2015-06-25 16:26:04 +08:00 |
|
xhh
|
ceafbcc97f
|
Add config option for file downloading folder. Log about file downloading
|
2015-06-25 16:07:02 +08:00 |
|
xhh
|
f3a0f464f7
|
Support file downloading in Ruby generator
|
2015-06-25 15:35:48 +08:00 |
|