Tony Tam
|
02c41ac574
|
fix for #900, invalid param name for java client
|
2015-06-22 20:00:28 -07:00 |
|
Tony Tam
|
b803895750
|
Merge pull request #865 from ammmze/feature/php-namespace-and-doc
Improve PHP namespace support
|
2015-06-22 16:53:57 -07:00 |
|
Tony Tam
|
d1153dfeb4
|
Merge pull request #866 from geekerzp/develop_2.0_objc_deserialize_map
[Objc] bug fix for map response
|
2015-06-22 16:53:28 -07:00 |
|
Tony Tam
|
385fab225e
|
Merge pull request #871 from xhh/ruby-object-type
[Ruby] Support deserialization of "object" type in Ruby generator
|
2015-06-22 16:53:21 -07:00 |
|
Tony Tam
|
89a5abb217
|
Merge pull request #870 from wing328/perl_cli_support
[Perl] Add CLI config options and code enhancement
|
2015-06-22 16:53:12 -07:00 |
|
Branden Cash
|
b74050dd7b
|
Change to use the autoload.php and change the namespacing
|
2015-06-18 11:45:08 -07:00 |
|
Branden Cash
|
2ac7384abf
|
Fix tests
|
2015-06-18 11:43:54 -07:00 |
|
Branden Cash
|
eed45a41a3
|
Fixed the missing closing doc chars and updated sample
|
2015-06-18 11:43:54 -07:00 |
|
Branden Cash
|
69c2f6f945
|
Add phpdoc for the api.apiClient
|
2015-06-18 11:43:54 -07:00 |
|
Branden Cash
|
5119299e8a
|
Remove unused code
|
2015-06-18 11:43:54 -07:00 |
|
Branden Cash
|
719a0b732e
|
Update sample client
|
2015-06-18 11:43:48 -07:00 |
|
Branden Cash
|
8ed690cad0
|
Better namespace support, so that your not limited to only having a single vendor space, you can have \Vendor\Package\Model as a namespace. Also updates with proper phpdoc comments so that IDE code hinting can function properly.
|
2015-06-18 11:41:14 -07:00 |
|
geekerzp
|
6b6480a026
|
Updated xcode project of objc client
|
2015-06-18 10:38:19 +08:00 |
|
geekerzp
|
a4df33d040
|
Add comments for SWGJSONResponseSerializer#responseObjectForResponse
method of objective-c client.
|
2015-06-18 10:03:51 +08:00 |
|
geekerzp
|
8b15416be5
|
Add SWGJSONResponseSerializer for objective-c client.
If the response data is valid json, return the deserialized json.
If the response data is invalid json, return the string of response data.
|
2015-06-18 10:03:51 +08:00 |
|
geekerzp
|
bc92465bf7
|
Update Objective-C method description (doc comments) style
|
2015-06-18 10:03:51 +08:00 |
|
geekerzp
|
a6bdc35d59
|
Support pure object response for objc client
|
2015-06-18 10:03:51 +08:00 |
|
geekerzp
|
c50c8b724d
|
Support map response for objc client.
completed.
|
2015-06-18 10:03:50 +08:00 |
|
geekerzp
|
0da3e58fff
|
Support map response for objc client.
not completed
|
2015-06-18 10:03:12 +08:00 |
|
xhh
|
d6d707543d
|
Merge branch 'develop_2.0' into ruby-object-type
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/RubyClientCodegen.java
|
2015-06-18 09:56:58 +08:00 |
|
William Cheng
|
8858e7d7e3
|
update perl sample
|
2015-06-18 02:44:40 +08:00 |
|
William Cheng
|
64b46c2e15
|
update indentation, remove export
|
2015-06-18 02:40:15 +08:00 |
|
wing328
|
82baa7ce4b
|
update help text
|
2015-06-18 10:57:10 +08:00 |
|
wing328
|
d7315b56dc
|
removed non-perl update
|
2015-06-18 10:57:10 +08:00 |
|
wing328
|
10e07eaf74
|
add support for cli (perl)
|
2015-06-18 10:57:09 +08:00 |
|
Tony Tam
|
6ad3a717fe
|
Merge pull request #882 from wing328/php_add_silex
[PHP] add Silex server-side codegen
|
2015-06-17 08:29:48 -07:00 |
|
Tony Tam
|
f66b5cf65b
|
Merge pull request #867 from wing328/fix_jar_path
[Bug fix] Fix path inside JAR for non-template files
|
2015-06-17 08:28:30 -07:00 |
|
Tony Tam
|
d8c337185f
|
Merge pull request #857 from wing328/php_warning
[PHP] Remove PHP5.3 warning
|
2015-06-17 08:27:47 -07:00 |
|
Tony Tam
|
5ade64b3e1
|
Merge pull request #856 from wing328/csharp_upgrade_restsharp
[C#] upgrade restsharp to 105.1.0
|
2015-06-17 08:27:10 -07:00 |
|
Tony Tam
|
e65a079f0e
|
Merge pull request #855 from geekerzp/develop_2.0_python_deserialize_map
[Python] bug fix for map response
|
2015-06-17 08:26:58 -07:00 |
|
Tony Tam
|
378ffffdc7
|
Merge pull request #854 from geekerzp/develop_2.0_objc_pro_rename
[Objc] Change xcode project name in objc sample code
|
2015-06-17 08:26:42 -07:00 |
|
Tony Tam
|
dd356b54c0
|
Merge pull request #853 from wing328/perl_support_map3
[Perl] update deserialization to support Map and List
|
2015-06-17 08:25:45 -07:00 |
|
Tony Tam
|
f56388845c
|
Merge pull request #850 from xhh/ruby-cli-option2
[Ruby] Enabling cli config options for ruby generator
|
2015-06-17 08:25:34 -07:00 |
|
William Cheng
|
436db1f8e7
|
add __toString and update php sample
|
2015-06-17 19:00:29 +08:00 |
|
wing328
|
ce40da0f71
|
add php silex server side codegen
|
2015-06-17 16:01:24 +08:00 |
|
xhh
|
5435777c65
|
Merge remote-tracking branch 'origin/develop_2.0' into ruby-object-type
|
2015-06-16 18:42:18 +08:00 |
|
xhh
|
7c355030f4
|
Add to_s method for models
|
2015-06-16 18:41:51 +08:00 |
|
xhh
|
d2d5cf0d57
|
Add convention notes to Ruby CLI options
|
2015-06-16 12:17:11 +08:00 |
|
xhh
|
6348f67b18
|
Merge remote-tracking branch 'origin/develop_2.0' into ruby-cli-option2
|
2015-06-16 12:07:15 +08:00 |
|
Ron
|
eaf5a371ff
|
Merge pull request #863 from wing328/fix_typo
Fixed a minor typo with the command example
|
2015-06-15 13:20:05 +03:00 |
|
xhh
|
a59d4ba346
|
Add test case for finding nonexistent pet
|
2015-06-15 16:51:38 +08:00 |
|
xhh
|
ec8e5179cb
|
Remove unused comments
|
2015-06-15 16:46:30 +08:00 |
|
xhh
|
9d5928551b
|
Unify ClientError and ServerError into ApiError
in Ruby generator
|
2015-06-15 16:38:08 +08:00 |
|
wing328
|
456e17430b
|
Merge branch 'php_warning' of https://github.com/wing328/swagger-codegen into php_warning
|
2015-06-15 15:51:12 +08:00 |
|
wing328
|
839f0971f0
|
rename php ApiClient
|
2015-06-15 15:50:40 +08:00 |
|
xhh
|
e9c1dd7842
|
Regard bare "object" type as Object, add comments
The handling of base "object" type (without definions of
"additionalProperties") is similar to Java generator now.
|
2015-06-15 12:49:17 +08:00 |
|
wing328
|
24b110be9d
|
show writing file for non-template file
|
2015-06-14 01:27:47 +08:00 |
|
wing328
|
7a560865a0
|
fix jar path in windows
|
2015-06-14 00:59:40 +08:00 |
|
geekerzp
|
718a9a79ed
|
Update test case test_deserialize_to_object of python client.
|
2015-06-13 19:05:15 +08:00 |
|
geekerzp
|
ff9623fb5c
|
Support pure object response for python client.
|
2015-06-13 18:58:27 +08:00 |
|