wing328
10cd672529
fix variable name starting with number, make LOGGER protected
2015-08-17 14:39:29 +08:00
wing328
90d5ce228a
Merge pull request #1067 from Helmsdown/path-level-params
...
Codegen should honor path level parameters
2015-08-17 14:13:22 +08:00
wing328
4163f07911
Merge pull request #1069 from geekerzp/python-httplib
...
[Python] Fix issues in python client
2015-08-16 15:03:16 +08:00
wing328
560fd5718d
Merge pull request #1074 from wing328/php_improve1
...
[PHP] minor improvements
2015-08-16 14:59:43 +08:00
wing328
b971aa7433
add example to config option, replace localhost with basePath
2015-08-13 23:27:59 +08:00
wing328
bb4311b7a2
minor wording change for objc readme based on feedback from developers
2015-08-12 20:53:15 +08:00
geekerzp
1c0eb60c71
Fix issues in python client
2015-08-12 11:19:29 +08:00
russellb337
6044f0586e
removing unnecessary getTypeDeclaration implementation in JaxRSServerCodegen
2015-08-11 09:19:22 -07:00
wing328
84ff5cfc87
Merge pull request #1064 from RMarinaro/develop_2.0
...
fix for #1061 java
2015-08-11 21:33:08 +08:00
Hugo Wood
d93b404b23
Fix swagger.json supporting file for the node.js server ( fixes #652 )
2015-08-11 14:37:00 +02:00
wing328
be63776162
Merge pull request #1063 from geekerzp/objc-deserialize-bool
...
[Objc] Fix deserialize bool value issue
2015-08-11 10:18:52 +08:00
russellb337
ae4b4979a7
add defensive null check
2015-08-10 13:58:02 -07:00
russellb337
0a8fb1e532
codegen should honor path level parameters
2015-08-10 13:50:52 -07:00
wing328
e78844cb54
Merge pull request #1043 from marcospri/develop_2.0
...
Support for nested lists/maps for the python client
2015-08-10 18:30:02 +08:00
Ryan Marinaro
2eb0c8cea6
added a fix for #1061 . The only problematic spot was the api.mustache file, although if more parameterized templates were to evolve in the other mustache files we could definitely add {{localVariablePrefix}} to those. For now I didn't want to add any extra noise to the template files which didn't need the prefixes.
2015-08-08 10:19:31 -04:00
geekerzp
2aaad03ab6
Fix the issue of bool deserialization in objc client
2015-08-08 15:13:13 +08:00
wing328
f27eb7e0de
Merge pull request #1058 from xhh/str-response-offset
...
Fix bug with truncated lone string responses for Android/Scala clients
2015-08-08 11:10:02 +08:00
geekerzp
732a9eb64d
Fix issue in Configuration-body.mustache in objc client
2015-08-07 18:31:07 +08:00
xhh
c7f595fc91
Fix bug with truncated lone string responses for Android/Scala clients
2015-08-07 10:40:42 +08:00
Andrew B
d5b959d8cd
Fixing a bug with truncated lone string responses
2015-08-06 16:54:24 -07:00
Marcos Prieto
cad2f961bd
Undo unicode on sanitize method. Keep the PR on point
2015-08-06 10:21:56 +02:00
Marcos Prieto
befacc41bd
Support for nested dict/list
...
Checking for `startwith` instead of just `in` to correctly categorize
nested structures.
2015-08-04 11:51:38 +02:00
Marcos Prieto
edebbcb802
Support for unicode headers, ie support for urlib3.util.make_headers
2015-08-04 11:51:25 +02:00
Tony Tam
1007534575
fix for #1042 , removed empty / when basePath is null
2015-08-03 16:47:51 -07:00
wing328
55be0330e3
Merge pull request #1039 from geekerzp/python-desciption
...
[Python] Fix issue in python client
2015-08-03 10:48:56 +08:00
wing328
fe83d18a09
Merge pull request #1026 from geekerzp/objc-deserializtion
...
[Objc] Fix deserialize nested map error
2015-07-31 16:17:11 +08:00
wing328
a6f8f9e4ff
Merge pull request #1017 from herveDarritchon/develop_2.0
...
Defect (Issue #905 ) : Add code to be able to override the configPackage …
2015-07-31 16:05:17 +08:00
geekerzp
79c988616c
Fix issue #1038
2015-07-31 16:01:45 +08:00
wing328
dc62f688d9
Merge pull request #1015 from tandrup/conditional-copy-from-parent
...
Conditional copy properties from parent
2015-07-31 15:56:48 +08:00
wing328
db10bd764b
Merge pull request #1036 from wing328/csharp_add_back_dll
...
[C#] add back RestSharp and Newtonsoft.Json DLL
2015-07-31 15:56:21 +08:00
xhh
0ef4702aa8
Merge branch 'develop_2.0' into retrofit-form-field-naming
...
Conflicts:
samples/client/petstore/retrofit/src/main/java/io/swagger/client/api/PetApi.java
2015-07-30 16:40:43 +08:00
xhh
a1e6908b65
Merge branch 'develop_2.0' into retrofit-string-resp
2015-07-30 15:02:02 +08:00
xhh
2d4c07a474
Fix typo
2015-07-30 15:01:51 +08:00
wing328
05f00013f1
add back csharp dll, update sample
2015-07-30 10:19:46 +08:00
wing328
bc528ef928
Merge pull request #1027 from adamholdenyall/patch-3
...
Catch all exceptions on Deserialize
2015-07-30 10:06:32 +08:00
Tony Tam
318a239976
Merge pull request #1031 from Toilal/pom-issues
...
Fix issues in POM configuration
2015-07-29 07:35:05 -07:00
Toilal
189962208e
Update scala maven plugin and fix issues in POM configuration
2015-07-29 15:15:12 +02:00
wing328
bd28271b0b
Merge pull request #1019 from geekerzp/python-refactor
...
[Python] Enhancements of python client
2015-07-29 17:39:58 +08:00
xhh
14b808a910
Retrofit template: return body string directly
...
when failed to parse response body as JSON, fixing unit test for
UserApi#loginUser
2015-07-29 17:10:49 +08:00
Tony Tam
dc7c2a4bab
updated name
2015-07-28 13:35:33 -07:00
Tony Tam
0b85ad464a
Merge pull request #1028 from swagger-api/inflector-template
...
added template for the inflector
2015-07-28 10:31:40 -07:00
Ole Lensmar
c5d02fe98e
added template for the inflector
2015-07-28 10:19:36 -07:00
adamholdenyall
a81e5096f5
Catch all exceptions on Deserialize
...
If you look at the source of NewtonSoft.Json, you'll see that DeserializeObject never throws an IOException. All exceptions should be caught in this method, just like Serialize.
2015-07-28 09:53:10 -05:00
wing328
52971e6aa9
Merge pull request #1018 from wing328/fix_empty_operationid
...
[All] Better exception handling for empty operationId (method name)
2015-07-28 17:39:19 +08:00
geekerzp
b2e0d83f2e
Update objc client.
...
* Fix issue that list of primitive types deserialization.
* Add test cases for list of primitive types deserialization and nested list deserialization.
2015-07-28 17:21:10 +08:00
geekerzp
8bd282acd6
Change parameter name key to identifier of
...
Configuration#get_api_key_with_prefix in python client.
2015-07-28 11:25:19 +08:00
geekerzp
b51ef77401
Remove #!/usr/bin/env python from python client
2015-07-28 11:25:19 +08:00
geekerzp
3265ec0f72
Refactor python client.
2015-07-28 11:25:19 +08:00
wing328
732e645042
Merge pull request #1022 from SparrowJang/develop_2.0
...
fixed a error rule for parsing `)`
2015-07-28 11:15:28 +08:00
geekerzp
cc45ff17cb
Fix deserialize nested map error in objc client
2015-07-28 10:51:20 +08:00