xhh
|
e5bdb3a0c1
|
Fix NullPointerException for authMethods
|
2015-07-15 09:21:09 +08:00 |
|
wing328
|
dd35c672f0
|
Merge pull request #935 from geekerzp/python-file-response
[Python] Support file downloading for Python API client
|
2015-07-14 17:45:11 +08:00 |
|
wing328
|
7242a664e3
|
Merge pull request #923 from xhh/ruby-debug
[Ruby] Some improvements & cleaning-up on Ruby API client
|
2015-07-14 16:34:41 +08:00 |
|
wing328
|
5821e41185
|
Merge pull request #927 from wing328/csharp_file_response
[C# ] Add file response
|
2015-07-14 12:34:51 +08:00 |
|
xhh
|
822e640e0a
|
Merge branch 'develop_2.0' into ruby-debug
Conflicts:
modules/swagger-codegen/src/main/resources/ruby/swagger/configuration.mustache
modules/swagger-codegen/src/main/resources/ruby/swagger/request.mustache
samples/client/petstore/ruby/lib/petstore/swagger/request.rb
samples/client/petstore/ruby/lib/swagger_client.rb
samples/client/petstore/ruby/lib/swagger_client/swagger/configuration.rb
|
2015-07-14 12:33:17 +08:00 |
|
geekerzp
|
6df6c079ee
|
Support file downloading in Python codegen.
|
2015-07-14 09:39:18 +08:00 |
|
xhh
|
aad05c4dee
|
Merge branch 'develop_2.0' into params-order
Conflicts:
samples/client/petstore/php/SwaggerClient-php/lib/PetApi.php
samples/client/petstore/php/SwaggerClient-php/lib/StoreApi.php
samples/client/petstore/php/SwaggerClient-php/lib/UserApi.php
|
2015-07-13 16:48:19 +08:00 |
|
xhh
|
fb0b7d622f
|
Merge branch 'develop_2.0' into params-order
Conflicts:
modules/swagger-codegen/src/main/resources/php/api.mustache
|
2015-07-13 15:30:06 +08:00 |
|
wing328
|
44705b566d
|
add default version for package
|
2015-07-13 15:24:12 +08:00 |
|
wing328
|
fcd0b31d7d
|
add file response for php
|
2015-07-13 15:09:09 +08:00 |
|
wing328
|
4c2df94ec7
|
Merge pull request #953 from bletail/develop_2.0
Python/Python3 datetime and date type fixed
|
2015-07-13 15:05:13 +08:00 |
|
wing328
|
38760d2aa1
|
Merge pull request #915 from xhh/ruby-file-response
[Ruby] Support file downloading for Ruby API client
|
2015-07-13 14:50:40 +08:00 |
|
wing328
|
f6174051cb
|
Merge pull request #931 from cbornet/oauth_support
generate oauth2 fields in the data for the templates
|
2015-07-13 14:39:14 +08:00 |
|
wing328
|
68915eeb8f
|
Merge pull request #968 from mhardorf/develop_2.0
Cleaned up TypeScript code generator
|
2015-07-13 12:16:11 +08:00 |
|
wing328
|
045a3b44c1
|
Merge pull request #901 from tkQubo/feature/swift_develop_2.0
[Swift] Some fixes for SwiftGenerator for develop 2.0
|
2015-07-13 11:51:07 +08:00 |
|
Dilip Krishnan
|
9283249963
|
Updated the swagger-codegen sample for generating the service side stubs
for spring mvc using springfox implementation
|
2015-07-12 20:56:31 -05:00 |
|
Tony Tam
|
461f556289
|
Merge pull request #893 from sudohippie/develop_2.0-fork
Android & Java template modifications to check collectionFormat when creating query parameters
|
2015-07-09 10:11:54 -07:00 |
|
Martin Hardorf
|
e3d3641b96
|
Removed unused import
|
2015-07-09 14:57:40 +02:00 |
|
Martin Hardorf
|
7e8f8e85d7
|
Changed default name of the modelPackage
|
2015-07-09 14:55:15 +02:00 |
|
xhh
|
a51d71e728
|
Fix syntax error when there are no authMethods
|
2015-07-09 10:48:16 +08:00 |
|
Martin Hardorf
|
f6a1af2831
|
Changed maps to any and DateTime to Date
|
2015-07-08 11:17:06 +02:00 |
|
xhh
|
f42f329ace
|
Parse "date" as Date in Ruby client
|
2015-07-08 13:10:28 +08:00 |
|
xhh
|
6fd2ccabee
|
Merge branch 'develop_2.0' into ruby-debug
|
2015-07-08 12:38:21 +08:00 |
|
DariusM
|
20c7932df4
|
Python /python3 datetime and date fixed
|
2015-07-07 13:00:28 +02:00 |
|
wing328
|
7e4a82bcfb
|
add readme
|
2015-07-06 11:18:05 +08:00 |
|
xhh
|
66d16cfeaf
|
Validate parameter against allowed values (enum)
|
2015-07-03 16:46:23 +08:00 |
|
wing328
|
55827fe516
|
fix model import for csharp
|
2015-07-03 14:20:54 +08:00 |
|
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 |
|
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 |
|
cbornet
|
2d59c5d190
|
generate oauth2 fields in the data for the templates
Fixes #347
|
2015-06-29 13:39:39 +02: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 |
|
xhh
|
54d6a7e19c
|
Merge branch 'develop_2.0' into ruby-file-response
|
2015-06-26 17:44:37 +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 |
|
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
|
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
|
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 |
|
xhh
|
f3a0f464f7
|
Support file downloading in Ruby generator
|
2015-06-25 15:35:48 +08:00 |
|
Raghav Sidhanti
|
ea76f34de5
|
Merge branch 'develop_2.0' of https://github.com/swagger-api/swagger-codegen into develop_2.0-fork
|
2015-06-24 11:25:32 -07:00 |
|
wing328
|
d83036ccdf
|
fix regular expression
|
2015-06-23 22:36:57 +08:00 |
|