Commit Graph

  • 2943f41cdd Update python and ruby clients. geekerzp 2015-09-24 16:29:20 +08:00
  • 84e0df6115 Fixed issue that model name not camelized in python client and ruby client geekerzp 2015-09-24 15:53:55 +08:00
  • a49826e4d7 Merge pull request #1289 from geekerzp/python_log wing328 2015-09-24 16:09:06 +08:00
  • b8792b6a71 Merge pull request #1276 from bedag/master wing328 2015-09-24 11:42:48 +08:00
  • 5ee86b9816 Merge pull request #1264 from xhh/java-enum-improvements wing328 2015-09-24 11:42:11 +08:00
  • e32272aedb Update log in python client geekerzp 2015-09-24 10:54:24 +08:00
  • ee7f447f77 Merge pull request #1187 from Edubits/swift-2.0 wing328 2015-09-24 10:51:05 +08:00
  • a5fb689615 Merge pull request #1260 from wing328/remove_python3_generator wing328 2015-09-24 10:50:47 +08:00
  • a26cf60a22 Revert "Revert "[Python] Fix issue in python client"" geekerzp 2015-09-24 10:08:16 +08:00
  • ed13d7b1b8 Merge pull request #1288 from swagger-api/revert-1281-python_log wing328 2015-09-24 09:41:18 +08:00
  • c59e2b88b1 Revert "[Python] Fix issue in python client" wing328 2015-09-24 09:30:49 +08:00
  • e8d40a146c Merge pull request #1281 from geekerzp/python_log wing328 2015-09-24 09:27:00 +08:00
  • 4ef69794a3 Fixed method name in Java ApiClient mustache template Adam Brown 2015-09-23 14:16:26 -07:00
  • 30fbdd4d05 Add class prefix to macro DebugLog in objc client geekerzp 2015-09-23 17:18:07 +08:00
  • 13c079342e Fixed issue #1262 geekerzp 2015-09-23 14:55:46 +08:00
  • a284bb7a51 Rebuild Java clients of the Petstore sample xhh 2015-09-23 13:31:28 +08:00
  • 44bbe301cb Support primitive string response in Java clients xhh 2015-09-23 12:49:34 +08:00
  • 69f8274287 Merge pull request #1272 from wing328/add_cli_parameter_order wing328 2015-09-23 09:47:00 +08:00
  • 770ea9d12e Merge pull request #1270 from xhh/php-sanitize-model-name wing328 2015-09-23 09:44:38 +08:00
  • d09d8bb495 Merge pull request #1269 from efossier/expose-readonly-to-template wing328 2015-09-23 09:29:49 +08:00
  • 85f99934c8 Merge pull request #1256 from cbornet/java_retrofit_lib wing328 2015-09-23 09:12:07 +08:00
  • 66dee928d2 consistent indentation (spaces, not tabs) Adrian Moos 2015-09-22 18:08:47 +02:00
  • d4a94fbf52 - DefaultGenerator now communicates failures by throwing exceptions rather than setting a status flag in a public field - DefaultGenerator now decorates exceptions to record where a failure occured (which api, model or operation?) - CodeGenMojo now propagates this exception to maven to abort the build Adrian Moos 2015-09-22 18:01:29 +02:00
  • 844cae75b7 Update debug logging in objc client geekerzp 2015-09-22 16:32:15 +08:00
  • 4e4e9e7893 add a CLI option to sort method argument wing328 2015-09-22 15:57:22 +08:00
  • 61690d625f change the constructor signature to be backwards compatible update petstore samples for angular and node Laurent Van der Linden 2015-09-22 09:20:52 +02:00
  • 1cd8141645 implement form parameter support using Angular $httpParamSerializer Laurent Van der Linden 2015-09-22 08:37:49 +02:00
  • 98ff2d231f Merge pull request #1261 from wing328/typescript-node-fix-param-name wing328 2015-09-22 14:22:07 +08:00
  • 09add2d871 Fix test failure by allowing backslash in model name xhh 2015-09-22 14:03:27 +08:00
  • 9cbf2d3707 Fix #1145: sanitize model name in PHP client xhh 2015-09-22 11:32:25 +08:00
  • 0622838947 Fixed issues about logging in objc client geekerzp 2015-09-22 09:29:48 +08:00
  • a6df340cdc Expose readOnly attribute on model properties to templates, can now use isReadOnly property in model templates Evan Fossier 2015-09-21 17:34:23 -07:00
  • bcbf9c54c7 Remove unnecessary checking of empty string xhh 2015-09-21 18:11:58 +08:00
  • 6dcaa890cf Improvements on enum var name in Java client xhh 2015-09-21 17:29:26 +08:00
  • 2b06a81a52 remove extra line break in typescript-node sample code wing328 2015-09-20 23:17:04 +08:00
  • 956624f1a4 remove extra line break for typescript-node wing328 2015-09-20 23:15:02 +08:00
  • b1728aed7c update sample for typescript-node wing328 2015-09-20 23:11:46 +08:00
  • 8733be9ac9 update sample, fix formData basename wing328 2015-09-20 23:06:29 +08:00
  • c203854254 fix parameter name for typescript-node using baseName wing328 2015-09-20 22:59:56 +08:00
  • 3dc3af8d18 remove python3 generator wing328 2015-09-20 22:43:43 +08:00
  • cbc2fb237d Merge pull request #1252 from seanbright/model-with-no-props wing328 2015-09-20 21:57:05 +08:00
  • b7d64d1352 Merge pull request #1254 from GoodTRKR/master wing328 2015-09-19 01:04:10 +08:00
  • 047b06ac84 remove retrofit codegen from config cbornet 2015-09-18 15:03:55 +02:00
  • f29f5d6f13 fix error with formParams in async ops cbornet 2015-09-18 14:45:37 +02:00
  • 1863aca0fa set retrofit as a java library cbornet 2015-09-18 14:21:48 +02:00
  • cf300c09da Merge pull request #1246 from laurentvdl/patch wing328 2015-09-18 16:46:46 +08:00
  • 27ab9c2e57 Merge pull request #1238 from DariusMR/master wing328 2015-09-18 16:44:35 +08:00
  • c83c564a19 Use the baseName when referring to header parameters. Laurent Van der Linden 2015-09-18 08:05:13 +02:00
  • 8978a0a906 Merge pull request #1242 from xhh/options-http-method wing328 2015-09-18 10:47:27 +08:00
  • 6d21422bad Merge pull request #1245 from geekerzp/objc_ssl wing328 2015-09-18 10:45:43 +08:00
  • 65cfa735d5 [Obj-C] removed extraneous logs unless logging is specifically enabled in the [SWGConfiguration sharedConfig] instance Matthew Davis 2015-09-17 17:39:26 -07:00
  • e2ce427fb1 Fix NPE in JavaClientCodegen when model has no properties of its own Sean Bright 2015-09-17 14:33:21 -04:00
  • 781458b0d1 Use the baseName when referring to path and query parameters. Laurent Van der Linden 2015-09-17 12:46:20 +02:00
  • 65f86dbb0f unicode type forgotten in api_client.mustache for python2, works also with python3 DariusM 2015-09-17 10:31:40 +02:00
  • cc1c495ea5 unicode type forgotten in api_client.mustache DariusM 2015-09-16 12:03:30 +02:00
  • 261ae79528 Remove space from parameterToString in objc client geekerzp 2015-09-17 15:59:03 +08:00
  • fb14585adf Add parameterToString method geekerzp 2015-09-17 15:20:11 +08:00
  • 27e434d786 Merge pull request #1239 from ePaul/feature/use-baseName-for-jsonproperty wing328 2015-09-17 14:43:21 +08:00
  • 2a37c48e12 Merge pull request #1243 from process/patch-1 wing328 2015-09-17 14:42:45 +08:00
  • 85df7c8ed7 [DOC] fix typo in Python api_client template Justin Chines 2015-09-16 22:09:01 -07:00
  • b3ca9cdbe0 Merge pull request #1154 from cbornet/retrofit_oauth wing328 2015-09-17 11:47:06 +08:00
  • 477d5c40d9 Rebuild Java okhttp-gson client of Petstore sample xhh 2015-09-17 10:21:11 +08:00
  • 460c8caa8a Support OPTIONS in Java okhttp-gson client xhh 2015-09-16 22:42:12 +08:00
  • 53e13aee19 Merge pull request #1234 from geekerzp/python_http_verb wing328 2015-09-16 22:32:58 +08:00
  • ec05dc4414 Merge pull request #1236 from wing328/springmvc_file_upload wing328 2015-09-16 18:17:12 +08:00
  • 7eec769654 Use the swagger property names in all Java models. Paul Ebermann 2015-09-16 11:36:51 +02:00
  • f483b8dfa8 Merge pull request #1233 from geekerzp/ruby-apiclient wing328 2015-09-15 22:28:54 +08:00
  • 2ac41ff080 repalced hard-coded fileDetail with {{baseName}} wing328 2015-09-15 22:14:13 +08:00
  • ade61c0701 Support http body in OPTIONS request in python client geekerzp 2015-09-15 17:48:59 +08:00
  • bd63c1d9d9 Support OPTIONS http verb in python client. geekerzp 2015-09-15 16:40:23 +08:00
  • 5d1e70544c Fix issue that using temp_folder_path from ApiClient geekerzp 2015-09-15 15:04:39 +08:00
  • 349702adf9 Merge pull request #1232 from geekerzp/python_issue wing328 2015-09-15 12:14:49 +08:00
  • 88410635b3 Merge pull request #1228 from geekerzp/objc_ssl wing328 2015-09-15 10:14:20 +08:00
  • 0262d3c8d2 Fix issue #1230 geekerzp 2015-09-15 09:57:55 +08:00
  • 96f4a3ab71 Merge pull request #1226 from xhh/java-okhttp-gson-file-downloading wing328 2015-09-14 22:09:48 +08:00
  • b0063d9e9f Objc client ssl verification geekerzp 2015-09-14 18:29:49 +08:00
  • 48bd888483 Merge pull request #1222 from madhukard/master wing328 2015-09-14 01:21:34 +08:00
  • 1358e33bf6 Merge pull request #1223 from GoodTRKR/master wing328 2015-09-14 00:28:43 +08:00
  • c8edacb25c Merge pull request #1225 from wing328/fix_getHasXXXParam wing328 2015-09-13 22:15:50 +08:00
  • 47dc4d7642 Merge pull request #1218 from wing328/csharp_fix_map_string wing328 2015-09-13 22:15:22 +08:00
  • 1ecb8a74c1 Allow customizing temp folder for file downloading xhh 2015-09-13 21:02:22 +08:00
  • 967c574f5b Support file downloading in Java okhttp-gson client xhh 2015-09-13 18:41:53 +08:00
  • 8bb8a7a79a fix getHasXxxParam wing328 2015-09-12 16:00:10 +08:00
  • 1268b0627f added NSNumber catch to pathParams as well Matthew Davis 2015-09-11 17:33:36 -07:00
  • 761f172c2f forgot an 'else' statement Matthew Davis 2015-09-11 17:27:25 -07:00
  • 1321d5f9a5 [Obj-C] Fixed an issue where NSNumber parameters would cause a crash in multipart/form-data upload endpoints Matthew Davis 2015-09-11 17:23:48 -07:00
  • 35f462f571 Java: Support List of Enums in postProcessModels Madhukar Devaraju 2015-09-11 14:56:37 -07:00
  • f21fa08cd6 update C# ParamterToString to support array of object, add test case wing328 2015-09-11 22:48:38 +08:00
  • 16afd4ee9b update map to use String instead of string wing328 2015-09-11 18:02:51 +08:00
  • 46f78f2180 Merge pull request #1215 from xhh/java-last-resp-info wing328 2015-09-11 16:05:09 +08:00
  • 2e402bba97 Rebuild Java clients for the petstore sample xhh 2015-09-11 13:19:23 +08:00
  • 34f196a144 Java-okhttp-gson: allow access to status code and response headers of last (async) request xhh 2015-09-11 13:15:55 +08:00
  • def3f5b3fb Java-jersey2: record status code and response headers of last request xhh 2015-09-11 11:48:09 +08:00
  • 60e5a34534 Update Java-jersey2 client to skip binary support xhh 2015-09-11 10:46:56 +08:00
  • 1eed90f34e Merge pull request #1214 from GoodTRKR/master wing328 2015-09-11 09:30:58 +08:00
  • e34063f0f2 Merge pull request #1213 from LeoYReyes/patch-1 wing328 2015-09-11 08:41:08 +08:00
  • dbdcf34044 [Obj-C] Fixed an issue with incorrect references in the ApiClient when using a custom prefix. Matthew Davis 2015-09-10 15:14:53 -07:00
  • 43d71ed10c Remove the parameter in the BasePath getter Leo 2015-09-10 12:17:23 -05:00
  • b3db24ead6 Merge pull request #1210 from arnested/missing-head-and-options-in-php-client wing328 2015-09-10 22:07:31 +08:00
  • d21c6f2b45 Merge pull request #1205 from wing328/SLF4J_warning wing328 2015-09-10 21:52:45 +08:00