xhh
477d5c40d9
Rebuild Java okhttp-gson client of Petstore sample
2015-09-17 10:22:53 +08:00
xhh
460c8caa8a
Support OPTIONS in Java okhttp-gson client
2015-09-17 10:22:53 +08:00
wing328
53e13aee19
Merge pull request #1234 from geekerzp/python_http_verb
...
[Python] Enhancements http verbs of python client
2015-09-16 22:32:58 +08:00
wing328
ec05dc4414
Merge pull request #1236 from wing328/springmvc_file_upload
...
[SpringMVC] Replaced hard-coded fileDetail with {{baseName}}
2015-09-16 18:17:12 +08:00
wing328
f483b8dfa8
Merge pull request #1233 from geekerzp/ruby-apiclient
...
Fix issue that using temp_folder_path from ApiClient in ruby client
2015-09-15 22:28:54 +08:00
wing328
2ac41ff080
repalced hard-coded fileDetail with {{baseName}}
2015-09-15 22:14:13 +08:00
geekerzp
ade61c0701
Support http body in OPTIONS request in python client
2015-09-15 17:48:59 +08:00
geekerzp
bd63c1d9d9
Support OPTIONS http verb in python client.
2015-09-15 16:40:23 +08:00
geekerzp
5d1e70544c
Fix issue that using temp_folder_path from ApiClient
...
It should use the one from the Configuration object
2015-09-15 15:04:39 +08:00
wing328
349702adf9
Merge pull request #1232 from geekerzp/python_issue
...
Fix issue in python client
2015-09-15 12:14:49 +08:00
wing328
88410635b3
Merge pull request #1228 from geekerzp/objc_ssl
...
Objc client ssl verification
2015-09-15 10:14:20 +08:00
geekerzp
0262d3c8d2
Fix issue #1230
2015-09-15 09:57:55 +08:00
wing328
96f4a3ab71
Merge pull request #1226 from xhh/java-okhttp-gson-file-downloading
...
[Java okhttp-gson] Add support of file downloading
2015-09-14 22:09:48 +08:00
geekerzp
b0063d9e9f
Objc client ssl verification
2015-09-14 18:29:49 +08:00
wing328
48bd888483
Merge pull request #1222 from madhukard/master
...
Java: Support List of Enums in postProcessModels
2015-09-14 01:21:34 +08:00
wing328
1358e33bf6
Merge pull request #1223 from GoodTRKR/master
...
[Obj-C] Fixed an issue where NSNumber parameters would cause a crash in multipart/form-data upload endpoints
2015-09-14 00:28:43 +08:00
wing328
c8edacb25c
Merge pull request #1225 from wing328/fix_getHasXXXParam
...
Fix getHasXxxParam in CodegenOperation
2015-09-13 22:15:50 +08:00
wing328
47dc4d7642
Merge pull request #1218 from wing328/csharp_fix_map_string
...
[C#] update map to use String instead of string
2015-09-13 22:15:22 +08:00
xhh
1ecb8a74c1
Allow customizing temp folder for file downloading
2015-09-13 21:02:22 +08:00
xhh
967c574f5b
Support file downloading in Java okhttp-gson client
2015-09-13 18:41:53 +08:00
wing328
8bb8a7a79a
fix getHasXxxParam
2015-09-12 16:00:10 +08:00
Matthew Davis
1268b0627f
added NSNumber catch to pathParams as well
2015-09-11 17:33:36 -07:00
Matthew Davis
761f172c2f
forgot an 'else' statement
2015-09-11 17:27:25 -07:00
Matthew Davis
1321d5f9a5
[Obj-C] Fixed an issue where NSNumber parameters would cause a crash in multipart/form-data upload endpoints
2015-09-11 17:23:48 -07:00
Madhukar Devaraju
35f462f571
Java: Support List of Enums in postProcessModels
2015-09-11 14:56:37 -07:00
wing328
f21fa08cd6
update C# ParamterToString to support array of object, add test case
2015-09-11 22:48:38 +08:00
wing328
16afd4ee9b
update map to use String instead of string
2015-09-11 18:02:51 +08:00
wing328
46f78f2180
Merge pull request #1215 from xhh/java-last-resp-info
...
[Java jersey2 okhttp-gson] Fix compilation error, record status code and response headers of last request
2015-09-11 16:05:09 +08:00
xhh
2e402bba97
Rebuild Java clients for the petstore sample
2015-09-11 13:22:37 +08:00
xhh
34f196a144
Java-okhttp-gson: allow access to status code and response headers of last (async) request
2015-09-11 13:22:37 +08:00
xhh
def3f5b3fb
Java-jersey2: record status code and response headers of last request
2015-09-11 13:22:37 +08:00
xhh
60e5a34534
Update Java-jersey2 client to skip binary support
...
Binary parameter/response support was added to the default Java client
codegen which changed the signature of the `invokeAPI` method in
"api.mustache", causing the "jersey2" client fail to compile.
Here an separate version of `api.mustache` is added for "jersey2" client
which does not handle binary support (for now).
2015-09-11 13:22:37 +08:00
wing328
1eed90f34e
Merge pull request #1214 from GoodTRKR/master
...
[Obj-C] Fixed an issue with incorrect references in the ApiClient when using a custom prefix.
2015-09-11 09:30:58 +08:00
wing328
e34063f0f2
Merge pull request #1213 from LeoYReyes/patch-1
...
[C#] Api.mustache - Remove the parameter in the BasePath getter
2015-09-11 08:41:08 +08:00
Matthew Davis
dbdcf34044
[Obj-C] Fixed an issue with incorrect references in the ApiClient when using a custom prefix.
2015-09-10 15:14:53 -07:00
Leo
43d71ed10c
Remove the parameter in the BasePath getter
...
The parameter in the BasePath getter is not needed.
2015-09-10 12:17:23 -05:00
wing328
b3db24ead6
Merge pull request #1210 from arnested/missing-head-and-options-in-php-client
...
Add HEAD and OPTIONS support in PHP client.
2015-09-10 22:07:31 +08:00
wing328
d21c6f2b45
Merge pull request #1205 from wing328/SLF4J_warning
...
update pom.xml to remove warning
2015-09-10 21:52:45 +08:00
Arne Jørgensen
3c3762fd92
Add HEAD and OPTIONS support in PHP client.
...
The generated PHP client didn't support the HEAD and OPTIONS methods.
Followup on #1156 and #1201 .
2015-09-10 14:55:49 +02:00
Ron
4b539a9d6e
Merge pull request #1206 from wing328/fix_sinatra_type
...
[Sinatra] fix sinatra type (tag)
2015-09-09 15:59:22 +03:00
wing328
71a3218bb3
fix sinatra type (tag)
2015-09-09 20:27:59 +08:00
wing328
d37cf6595a
update pom.xml to get rid of the warning
2015-09-09 16:20:17 +08:00
wing328
1bac705876
Merge pull request #1200 from wing328/dart_permission
...
[Dart] update dart-petstore.sh permission
2015-09-08 22:28:12 +08:00
wing328
3385082e2c
Merge pull request #1201 from arnested/missing-head
...
Fix HEAD path item is missing.
2015-09-08 22:28:03 +08:00
wing328
2b1a63a7de
Merge pull request #1150 from ePaul/bugfix/1146-escape-line-breaks-in-response-description
...
jaxrs: escape line breaks in response description
2015-09-08 21:38:50 +08:00
wing328
93847d8dc7
Merge pull request #1149 from ePaul/feature/1146-do-not-escape-javadocs
...
jaxrs (and other Java generators): do not escape newlines in generated javadocs.
2015-09-08 21:17:14 +08:00
Arne Jørgensen
3514bf14b3
Fix HEAD path item is missing.
...
Fixes #1156 .
2015-09-08 10:00:17 +02:00
wing328
e215a1c87f
update dart permission
2015-09-08 11:38:01 +08:00
wing328
5bcd8fb207
Merge pull request #1199 from xhh/java-okhttp-gson
...
[Java okhttp-gson, Android] Set source and target compatibility to 1.7 in build.gradle
2015-09-08 11:31:38 +08:00
wing328
a8f7708789
Merge pull request #1198 from yissachar/dart
...
Add Dart support
2015-09-08 09:18:51 +08:00