geekerzp
|
989641892e
|
Remove outdated tests in objc client
|
2015-04-15 15:10:46 +08:00 |
|
Tony Tam
|
dfa17d2291
|
Merge pull request #630 from who/develop_2.0
Making default PHP namespace generic and fix issues 628 and 635
|
2015-04-14 12:35:44 -07:00 |
|
who
|
f4a2eff4b7
|
Fixing nested model deserialization - Issue #635
|
2015-04-14 12:24:59 -07:00 |
|
Tony Tam
|
f9fd511eb0
|
Merge pull request #634 from hyeghiazaryan/develop_2.0
Adding toParamName override to ObjcClientCodegen.java
|
2015-04-14 11:36:25 -07:00 |
|
hrachya
|
ff71a2cc60
|
Adding toParamName override to ObjcClientCodegen.java
fix for https://github.com/swagger-api/swagger-codegen/issues/633
|
2015-04-14 11:23:09 -07: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 |
|
Tony Tam
|
444666a365
|
Merge pull request #629 from who/develop_2.0
Correct usage of strpos in PHP APIClient mustache template
|
2015-04-13 12:30:41 -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 |
|
Tony Tam
|
10ad0b48dc
|
Merge pull request #623 from wing328/php_fix_double
Fixed "double" response type in PHP client
|
2015-04-13 10:24:54 -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
|
f7c195a7ac
|
updated pom for #612
|
2015-04-10 23:06:47 -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 |
|
Tony Tam
|
54a5ecb101
|
Merge pull request #620 from geekerzp/develop_2.0_objc_content_type
Fixed request content-type in objc client
|
2015-04-10 21:01:25 -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
|
00aa844964
|
update readme.md
|
2015-04-11 10:38:32 +08:00 |
|
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 |
|