geekerzp
|
e6bf58a707
|
package python sdk using setuptools
|
2015-04-11 10:38:32 +08:00 |
|
Tony Tam
|
70c14092f9
|
Merge pull request #610 from xhh/ruby-gemspec
Generate Ruby gemspec
|
2015-04-09 07:37:26 -06:00 |
|
Tony Tam
|
a1e62ea4b1
|
Merge pull request #611 from wing328/csharp_date_iso8601
Updated CSharp client to support ISO8601 format
|
2015-04-09 07:26:12 -06:00 |
|
wing328
|
22f72e2b23
|
update comment for escapeString
|
2015-04-09 16:05:13 +08:00 |
|
wing328
|
a0756bf6f2
|
remove composer.lock
|
2015-04-09 15:57:25 +08:00 |
|
wing328
|
78e1fb231e
|
remove php vendor
|
2015-04-09 15:56:19 +08:00 |
|
wing328
|
5cbe5d60aa
|
add iso8601 support to csharp, add more comments, add PATCH support
|
2015-04-09 15:55:13 +08:00 |
|
xhh
|
e9c5c1434b
|
Fix spec
|
2015-04-09 11:37:48 +08:00 |
|
xhh
|
817a74d4df
|
Add README.md file containing instructions on Ruby petstore sample
|
2015-04-09 11:34:10 +08:00 |
|
xhh
|
02fa04aec8
|
Generate gemspec for Ruby client
|
2015-04-09 11:34:09 +08:00 |
|
xhh
|
7cd8d0a1ac
|
Restructure gemspec related files to ease importing the files
|
2015-04-09 11:34:09 +08:00 |
|
Tony Tam
|
7dcdaca288
|
Merge pull request #609 from geekerzp/develop_2.0_python_better_import
Better import for python client
|
2015-04-08 21:15:38 -06:00 |
|
geekerzp
|
3259a1d814
|
Fixed module name in __init__.py in python client.
|
2015-04-09 10:37:15 +08:00 |
|
geekerzp
|
806c26d54f
|
Merge branch 'develop_2.0' into develop_2.0_python_better_import
Conflicts:
modules/swagger-codegen/src/main/java/com/wordnik/swagger/codegen/languages/PythonClientCodegen.java
|
2015-04-09 09:31:50 +08:00 |
|
geekerzp
|
f2ecc271b5
|
Better import for python client.
|
2015-04-09 09:21:21 +08:00 |
|
Tony Tam
|
a05251da51
|
Merge pull request #601 from geekerzp/develop_2.0_python_unicode
Support unicode string in python client.
|
2015-04-08 06:56:19 -06:00 |
|
Tony Tam
|
555ef7677d
|
Merge pull request #600 from wing328/python_variable_naming
Fixed parameter name, better naming convention for python client
|
2015-04-08 05:04:02 -06:00 |
|
Tony Tam
|
eb2ec92b66
|
Merge pull request #604 from wing328/php_fix_warning
Fixed PHP5.3 warning
|
2015-04-08 05:01:54 -06:00 |
|
Tony Tam
|
e1a3540caf
|
fixed version
|
2015-04-08 05:00:10 -06:00 |
|
William Cheng
|
9de22c8146
|
update petstore php sample
|
2015-04-08 12:00:37 +08:00 |
|
William Cheng
|
eb0fccd1d2
|
fixed content-type check for model
|
2015-04-08 11:54:57 +08:00 |
|
William Cheng
|
cb2f5d3e25
|
fix php warning in php5.3
|
2015-04-08 11:33:09 +08:00 |
|
Tony Tam
|
73665a2b67
|
Merge pull request #602 from wing328/php_unit_test
Added unit testing for PHP Petstore client
|
2015-04-07 09:41:56 -06:00 |
|
geekerzp
|
24d5dc093f
|
Support unicode string in python client.
|
2015-04-07 15:33:05 +08:00 |
|
William Cheng
|
18476114b9
|
update test case for php, add readme.md
|
2015-04-07 04:02:09 +08:00 |
|
William Cheng
|
bd07425b25
|
update php test case for PetApi
|
2015-04-07 03:59:20 +08:00 |
|
William Cheng
|
49ad6f47a5
|
fix parameter name, better naming convention for python client
|
2015-04-07 01:37:32 +08:00 |
|
Tony Tam
|
c04f947a85
|
prepare for release
|
2015-04-06 08:00:16 -06:00 |
|
Tony Tam
|
d55aaffc48
|
Merge pull request #597 from wing328/php_package
Updated PHP codegen to support packaging via Composer
|
2015-04-06 07:44:00 -06:00 |
|
Tony Tam
|
b9514a40de
|
Merge pull request #585 from wing328/ruby_fix_path_variable
Fixed Ruby path variable url-encoded twice, removed duplicated path variable replacement
|
2015-04-06 07:42:58 -06:00 |
|
William Cheng
|
ed43a38db2
|
Merge branch 'ruby_fix_path_variable' of https://github.com/wing328/swagger-codegen into ruby_fix_path_variable
|
2015-04-06 19:06:50 +08:00 |
|
William Cheng
|
2967cc3801
|
moved store spec into a separate file, update order id to 5 (as the
order with ID 2 is no longer found)
|
2015-04-06 19:05:19 +08:00 |
|
William Cheng
|
9c5153e8c8
|
fix test cases
|
2015-04-06 18:52:30 +08:00 |
|
William Cheng
|
0a4fc6a40f
|
update ruby petstore sample
|
2015-04-06 18:52:30 +08:00 |
|
William Cheng
|
a717aba826
|
fixed path variable double uri-encoded issue
|
2015-04-06 18:52:30 +08:00 |
|
wing328
|
5c335beb60
|
removed description testing for Category
|
2015-04-06 18:28:43 +08:00 |
|
wing328
|
8d6d1cb329
|
recovered APIclient due to merge
|
2015-04-06 18:10:43 +08:00 |
|
wing328
|
6b2035e353
|
Merge branch 'php_package' of https://github.com/wing328/swagger-codegen into php_package
Conflicts:
modules/swagger-codegen/src/main/resources/php/APIClient.mustache
samples/client/petstore/php/SwaggerPetstore-php/lib/APIClient.php
samples/client/petstore/php/SwaggerPetstore-php/lib/PetApi.php
samples/client/petstore/php/SwaggerPetstore-php/lib/StoreApi.php
samples/client/petstore/php/SwaggerPetstore-php/lib/UserApi.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/Category.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/Order.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/Pet.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/Tag.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/User.php
|
2015-04-06 18:05:10 +08:00 |
|
wing328
|
3811a5a209
|
resolve conflict during rebase
|
2015-04-06 18:03:15 +08:00 |
|
wing328
|
c1046cc87b
|
add php packaging support
|
2015-04-06 17:59:42 +08:00 |
|
Tony Tam
|
2bb42a1147
|
updated version
|
2015-04-05 16:12:04 -07:00 |
|
Tony Tam
|
1b4367ffba
|
updated readme
|
2015-04-05 13:50:49 -07:00 |
|
Tony Tam
|
b4df8477d8
|
updated parser version
|
2015-04-05 13:48:48 -07:00 |
|
Tony Tam
|
27c7e69fba
|
updated templates
|
2015-04-05 13:42:20 -07:00 |
|
Tony Tam
|
5a5bb6edbf
|
Merge branch 'geekerzp-develop_2.0_objc_form_params' into develop_2.0
|
2015-04-04 22:12:41 -07:00 |
|
Tony Tam
|
448462552f
|
updated logic, merged
|
2015-04-04 22:12:30 -07:00 |
|
Tony Tam
|
14cbc2d90d
|
Merge branch 'develop_2.0_objc_form_params' of https://github.com/geekerzp/swagger-codegen into geekerzp-develop_2.0_objc_form_params
|
2015-04-04 21:34:26 -07:00 |
|
Tony Tam
|
dfa2c22e0c
|
Merge pull request #566 from geoand/Apache_HttpClient_Connection_Manager
Switched SingleClientConnManager with ThreadSafeClientConnManager.
|
2015-04-04 21:33:38 -07:00 |
|
Tony Tam
|
a57588caa1
|
Merge pull request #588 from wing328/csharp_response_warning
Eliminated warning related to response in CSharp API files
|
2015-04-04 21:00:31 -07:00 |
|
Tony Tam
|
fad7246e05
|
removed file
|
2015-04-04 20:59:57 -07:00 |
|