xhh
|
41371bd901
|
Initialize a default configuration object
|
2015-04-14 15:03:21 +08:00 |
|
xhh
|
7db7b146be
|
Fix hard-coded values in Ruby client: scheme, host and base_path
|
2015-04-14 12:32:25 +08:00 |
|
who
|
de25d63838
|
Making the default PHP package name more generic instead of being specific to Petstore
|
2015-04-13 16:27:30 -07:00 |
|
who
|
42829ffb13
|
A proposed fix for Issue #628
|
2015-04-13 13:14:10 -07:00 |
|
who
|
41db8798af
|
correct usage of strpos
|
2015-04-13 12:22:38 -07:00 |
|
Tony Tam
|
33bd614a42
|
Merge pull request #625 from geekerzp/develop_2.0_python_form_params
Fixed request content-type in python client
|
2015-04-13 10:26:17 -07:00 |
|
geekerzp
|
10a9d298d7
|
Fixed request content-type in objc client.
In api.mustache the name of content-type is `Content-Type`,
but in swagger.mustache the name of content-type is `Content-type`.
|
2015-04-13 17:30:43 +08:00 |
|
William Cheng
|
13d513f02b
|
fix double in php client response
|
2015-04-12 23:06:07 +08:00 |
|
Tony Tam
|
7f84deaf30
|
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
|
2015-04-10 23:07:27 -07:00 |
|
Tony Tam
|
765a5c6aa1
|
added uniqueness for nickname, #612
|
2015-04-10 23:07:00 -07:00 |
|
Tony Tam
|
252cb18aeb
|
Merge pull request #619 from geekerzp/develop_2.0_python_package
Update Python codegen to support packaging via Setuptools
|
2015-04-10 21:03:08 -07:00 |
|
geekerzp
|
63ca000482
|
fixed request content-type to multipart/form-data when upload file is null
|
2015-04-11 11:46:55 +08:00 |
|
geekerzp
|
e6bf58a707
|
package python sdk using setuptools
|
2015-04-11 10:38:32 +08:00 |
|
William Cheng
|
ccc0653923
|
add python 3 codegen
|
2015-04-10 19:42:09 +08:00 |
|
Tony Tam
|
70c14092f9
|
Merge pull request #610 from xhh/ruby-gemspec
Generate Ruby gemspec
|
2015-04-09 07:37:26 -06:00 |
|
wing328
|
22f72e2b23
|
update comment for escapeString
|
2015-04-09 16:05:13 +08:00 |
|
wing328
|
5cbe5d60aa
|
add iso8601 support to csharp, add more comments, add PATCH support
|
2015-04-09 15:55:13 +08:00 |
|
xhh
|
02fa04aec8
|
Generate gemspec for Ruby client
|
2015-04-09 11:34:09 +08: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 |
|
Tony Tam
|
c1d51266b3
|
fixed version
|
2015-04-08 04:51:54 -06: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 |
|
geekerzp
|
24d5dc093f
|
Support unicode string in python client.
|
2015-04-07 15:33:05 +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 |
|
William Cheng
|
9c5153e8c8
|
fix test cases
|
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
|
1b4367ffba
|
updated readme
|
2015-04-05 13:50:49 -07:00 |
|
Tony Tam
|
27c7e69fba
|
updated templates
|
2015-04-05 13:42:20 -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
|
a0c9296ee8
|
name rebuilds, tests
|
2015-04-04 20:04:10 -07:00 |
|
Tony Tam
|
0c2e464c71
|
updated jetty version
|
2015-04-04 17:49:36 -07:00 |
|
Tony Tam
|
15236ef376
|
updated ruby template
|
2015-04-04 17:45:22 -07:00 |
|
Tony Tam
|
950bfff1c1
|
fixed serialization of arrays
|
2015-04-04 17:20:18 -07:00 |
|
Tony Tam
|
ba2ccf788c
|
name rebuilds, tests
|
2015-04-04 17:00:22 -07:00 |
|