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 |
|
Branden Cash
|
b74050dd7b
|
Change to use the autoload.php and change the namespacing
|
2015-06-18 11:45:08 -07:00 |
|
Branden Cash
|
eed45a41a3
|
Fixed the missing closing doc chars and updated sample
|
2015-06-18 11:43:54 -07:00 |
|
Branden Cash
|
719a0b732e
|
Update sample client
|
2015-06-18 11:43:48 -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 |
|
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
|
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 |
|
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
|
7c355030f4
|
Add to_s method for models
|
2015-06-16 18:41:51 +08: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 |
|
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 |
|
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 |
|
xhh
|
80616b4c2b
|
Add test cases for StoreApi#get_inventory
|
2015-06-12 23:03:17 +08:00 |
|
xhh
|
36f0ed6d0c
|
Add test cases for Response#deserialize
|
2015-06-12 22:44:52 +08:00 |
|
xhh
|
4c8c6c3880
|
Rebuild Ruby Petstore sample
|
2015-06-12 20:18:50 +08:00 |
|
William Cheng
|
7aab1eaffb
|
update test.php to put exception test at last
|
2015-06-10 23:53:56 +08:00 |
|
wing328
|
a0c55693dc
|
add test case for loginUser, separate test cases into different files
|
2015-06-10 21:59:48 +08:00 |
|
wing328
|
9aca2868b9
|
change static method to instance method, update test case to remove php warning
|
2015-06-10 21:18:48 +08:00 |
|
wing328
|
4982784d7c
|
upgrade restsharp to 105.1.0
|
2015-06-10 15:57:07 +08:00 |
|
geekerzp
|
e2d441e862
|
support map type response for python client
|
2015-06-10 11:55:12 +08:00 |
|
wing328
|
303dbe7730
|
fix array,map for perl, add test case
|
2015-06-10 10:53:21 +08:00 |
|
geekerzp
|
d7b10a17c1
|
Renamed objc client from PetstoreClient to SwaggerClient
|
2015-06-10 10:53:16 +08:00 |
|
fehguy
|
570383d5d5
|
updated name, disabled test
|
2015-06-09 00:41:08 -07:00 |
|
fehguy
|
3d2f09a693
|
updated versions
|
2015-06-09 00:25:09 -07:00 |
|
wing328
|
207776cec6
|
udpate podfile
|
2015-06-09 15:14:37 +08:00 |
|
wing328
|
680078dc58
|
fix csharp refer to apiinvoker
|
2015-06-09 13:52:01 +08:00 |
|
wing328
|
7fd996bc86
|
update php sample
|
2015-06-09 13:31:14 +08:00 |
|
Tony Tam
|
c1ddb84839
|
restored imports
|
2015-06-08 16:04:04 -07:00 |
|
Tony Tam
|
445d0f7928
|
rebuilt
|
2015-06-08 15:48:49 -07:00 |
|
Tony Tam
|
637ee77d66
|
added script, fixed templates
|
2015-06-08 15:40:05 -07:00 |
|
Tony Tam
|
64ea3f8177
|
rebuilt
|
2015-06-07 20:50:35 -07:00 |
|