Commit Graph

  • 498a400d4e Merge pull request #988 from wing328/csharp_update_unit_test wing328 2015-07-21 12:08:15 +08:00
  • 405e5a7a35 Merge pull request #946 from xhh/model-all-of wing328 2015-07-21 11:41:24 +08:00
  • 3de42afed3 Implement API client structure for Ruby client xhh 2015-07-15 15:24:31 +08:00
  • f1304022b0 Merge pull request #852 from tomtit/issue837 wing328 2015-07-21 11:28:43 +08:00
  • fc7f2a92d0 Merge pull request #878 from lugaru1234/issue798 wing328 2015-07-20 21:50:51 +08:00
  • 27113cf326 Merge pull request #859 from lugaru1234/issue831 wing328 2015-07-20 21:14:33 +08:00
  • 7179c15158 Merge pull request #966 from wing328/nodejs_fix_summary wing328 2015-07-20 11:12:15 +08:00
  • ba72e7344a remove nuget pacakges wing328 2015-07-20 10:48:20 +08:00
  • 596bde2ef6 remove leading space for path variable, update unit test wing328 2015-07-20 10:43:08 +08:00
  • a863e538a8 Merge pull request #943 from psmay/develop_2.0-RestSharp-path-params wing328 2015-07-20 10:16:01 +08:00
  • a134b5ca76 Retrofit: fix form field naming by using baseName xhh 2015-07-20 10:12:36 +08:00
  • 1f7664f81e Fixed case typo in previous edit. Peter S. May 2015-07-18 19:38:20 -04:00
  • 68820e5a80 Update comments of api template of python client geekerzp 2015-07-18 15:54:00 +08:00
  • 195c71da37 Update comments of python client geekerzp 2015-07-18 15:35:12 +08:00
  • ddfa713f55 Update wording of comment in api template of python client geekerzp 2015-07-18 15:22:39 +08:00
  • c9889c5baf Update api template of python client geekerzp 2015-07-18 15:03:55 +08:00
  • 60d6cd744a Format python client using pep8 geekerzp 2015-07-18 14:30:19 +08:00
  • 1072c9d017 Merge remote-tracking branch 'upstream/develop_2.0' into develop_2.0-RestSharp-path-params Peter S. May 2015-07-17 21:45:54 -04:00
  • 4bc4a8aed1 WIP pre-adding new sources for ApiClient and api Peter S. May 2015-07-17 21:09:05 -04:00
  • 0ad7005547 [Swift] Add support for basic form data Robin Eggenkamp 2015-07-16 17:56:20 +02:00
  • 3993ef3dc8 Update python codegen. geekerzp 2015-07-16 18:58:23 +08:00
  • 8746f1544b Merge branch 'develop_2.0' into python-enum geekerzp 2015-07-16 17:27:17 +08:00
  • f0e09ae33a Add enum support for model property of python client geekerzp 2015-07-16 17:24:42 +08:00
  • e879268043 Merge pull request #941 from geekerzp/develop_2.0_python_async wing328 2015-07-16 10:47:02 +08:00
  • 33561fa159 Support date type in python client geekerzp 2015-07-16 10:11:27 +08:00
  • 78760907a5 [Swift] Support use in a Framework Robin Eggenkamp 2015-07-15 18:22:36 +02:00
  • 30eb1f1075 Fix bug in api name placeholder Robin Eggenkamp 2015-07-15 18:20:05 +02:00
  • 5c9afbafb2 Merge pull request #918 from geekerzp/develop_2.0_objc_issue wing328 2015-07-15 18:20:40 +08:00
  • 0092d8a63b Update unit tests of objc client geekerzp 2015-07-15 18:11:04 +08:00
  • 3c6f07cbe3 Merge pull request #975 from wing328/sinatra_fix_tag wing328 2015-07-15 17:50:25 +08:00
  • 95cb5f73a3 Remove SWGFile from objc client geekerzp 2015-07-15 12:13:01 +08:00
  • 02f6c805af Update integration test of objc client geekerzp 2015-07-15 11:58:31 +08:00
  • 13d74f01a2 Add logging in objc client geekerzp 2015-07-14 19:50:57 +08:00
  • 8877be82f0 Update api-body.mustache of objc client geekerzp 2015-07-09 17:40:56 +08:00
  • a25d3f2543 Update README file of objc client geekerzp 2015-07-07 15:45:25 +08:00
  • 3f017af464 Update objc client. geekerzp 2015-07-03 18:20:39 +08:00
  • 0e56d0d1c6 Support file downloading in Objc codegen. geekerzp 2015-07-03 14:29:30 +08:00
  • f48a7f20e6 Update config-help of objc cli geekerzp 2015-06-27 16:54:37 +08:00
  • 9a15ced211 Supoort customize classPrefix in objc client. geekerzp 2015-06-27 16:10:28 +08:00
  • e244d20152 Remove lib files. geekerzp 2015-06-27 12:07:34 +08:00
  • 412b6b3839 Update objc client. geekerzp 2015-06-27 09:58:19 +08:00
  • 0a652a3d13 Fix issue#896 https://github.com/swagger-api/swagger-codegen/issues/896 geekerzp 2015-06-25 11:45:38 +08:00
  • 4d302683f3 Update logging of python client geekerzp 2015-07-11 11:52:12 +08:00
  • 517717958d Update doc string of RESTClientObject#agent method of python client geekerzp 2015-07-10 12:10:58 +08:00
  • b42ead3c0f Replace urllib3.util.url.parse_url with urllib3.util.parse_url geekerzp 2015-07-10 11:29:42 +08:00
  • 8a3c64aa41 Add logging and debug report for python client. geekerzp 2015-07-09 10:11:25 +08:00
  • d97b0984cb Update ApiClient of python client. geekerzp 2015-07-02 15:43:05 +08:00
  • 0e8cf70dc4 Fix typo geekerzp 2015-07-02 15:13:54 +08:00
  • 88e5860d9b support asynchronous request in python client geekerzp 2015-06-05 15:25:33 +08:00
  • 157b07e552 Merge pull request #912 from gabrielar/develop_2.0-pull-requests/add-pathPrefix-key-to-operations wing328 2015-07-15 10:26:13 +08:00
  • 1f097ee1a1 Merge pull request #977 from who/develop_2.0 wing328 2015-07-15 10:06:26 +08:00
  • 7a5fd24785 Merge pull request #979 from xhh/auth-methods-fix wing328 2015-07-15 09:50:53 +08:00
  • 59258be3dd Merge pull request #978 from tkQubo/fix/swift_bug wing328 2015-07-15 09:42:39 +08:00
  • e5bdb3a0c1 Fix NullPointerException for authMethods xhh 2015-07-15 09:21:09 +08:00
  • dd35c672f0 Merge pull request #935 from geekerzp/python-file-response wing328 2015-07-14 17:45:11 +08:00
  • 18ea21087f Update README file of python client geekerzp 2015-07-14 17:30:15 +08:00
  • 746a55be73 Update README file of python client geekerzp 2015-07-14 17:15:24 +08:00
  • 7242a664e3 Merge pull request #923 from xhh/ruby-debug wing328 2015-07-14 16:34:41 +08:00
  • 9f76acbbd7 Update README file of python client geekerzp 2015-07-14 15:42:01 +08:00
  • af67353022 Update integration test of python client geekerzp 2015-07-14 15:38:23 +08:00
  • ecf4082d68 Fix bug in api name placeholder and api url kubo_takaichi 2015-07-14 13:41:28 +09:00
  • 5821e41185 Merge pull request #927 from wing328/csharp_file_response wing328 2015-07-14 12:34:51 +08:00
  • 822e640e0a Merge branch 'develop_2.0' into ruby-debug xhh 2015-07-14 12:33:17 +08:00
  • 30925b7800 Update pom.xml of python client geekerzp 2015-07-14 10:28:36 +08:00
  • bb570d7efa Update integration-test of python client geekerzp 2015-07-07 10:39:58 +08:00
  • c88c85a317 Enhancements intergration-test of python client geekerzp 2015-07-06 18:39:43 +08:00
  • 23dfac0194 Update deserialization of python client. geekerzp 2015-07-02 10:58:16 +08:00
  • b99f006861 Update Python client. geekerzp 2015-06-30 18:38:11 +08:00
  • 80d1deb2dd Update unit tests of Python client. geekerzp 2015-06-30 17:20:53 +08:00
  • 2912ee8ae1 Update deserialize response of Python client. geekerzp 2015-06-29 21:50:19 +08:00
  • 6df6c079ee Support file downloading in Python codegen. geekerzp 2015-06-29 17:08:03 +08:00
  • f4226474e2 Updating command-line parameter description for artifactVersion Andrew B 2015-07-13 15:02:14 -07:00
  • b70a0bf0c6 Fixing an issue with errant namespace in the sample petstore Andrew B 2015-07-13 14:56:33 -07:00
  • 7dca394eca Support for customizing Composer package and namespaces Andrew B 2015-07-13 14:46:56 -07:00
  • 80303b524d Merge pull request #884 from xhh/params-order wing328 2015-07-13 17:51:22 +08:00
  • 6e7c70f247 fix sinatra outdated tag, use version tag wing328 2015-07-13 17:43:18 +08:00
  • 715c56afcc Rebuild petstore PHP sample with updated order on params xhh 2015-07-13 16:51:19 +08:00
  • aad05c4dee Merge branch 'develop_2.0' into params-order xhh 2015-07-13 16:48:19 +08:00
  • 3f9d1607b6 Merge pull request #926 from wing328/php_support_file_response wing328 2015-07-13 15:51:20 +08:00
  • 879c1b921c update php petstore sample wing328 2015-07-13 15:31:20 +08:00
  • fb0b7d622f Merge branch 'develop_2.0' into params-order xhh 2015-07-13 15:30:06 +08:00
  • f154e407d2 update coding style based on CodeSniffer wing328 2015-07-13 00:53:32 +08:00
  • 44705b566d add default version for package wing328 2015-07-06 15:21:24 +08:00
  • 71a22141bf add enum support for model property wing328 2015-07-02 16:17:36 +08:00
  • 38149173ff revert petstore json, fixed test case wing328 2015-06-27 23:26:59 +08:00
  • 2258a4632d fix test.php, fix default configuration wing328 2015-06-27 22:54:37 +08:00
  • 259b31ccd4 temporary folder setting wing328 2015-06-26 23:55:51 +08:00
  • 7f31da734d add file response for php, update test case wing328 2015-06-26 20:50:57 +08:00
  • fcd0b31d7d add file response for php wing328 2015-06-26 17:06:30 +08:00
  • 4c2df94ec7 Merge pull request #953 from bletail/develop_2.0 wing328 2015-07-13 15:05:13 +08:00
  • 38760d2aa1 Merge pull request #915 from xhh/ruby-file-response wing328 2015-07-13 14:50:40 +08:00
  • f6174051cb Merge pull request #931 from cbornet/oauth_support wing328 2015-07-13 14:39:14 +08:00
  • 68915eeb8f Merge pull request #968 from mhardorf/develop_2.0 wing328 2015-07-13 12:16:11 +08:00
  • 1434691927 Merge pull request #916 from wing328/fix_optional wing328 2015-07-13 11:53:58 +08:00
  • b46efd839d Merge pull request #914 from webjunkie/patch-1 wing328 2015-07-13 11:52:55 +08:00
  • c7f8f0171b Merge pull request #919 from wing328/fix_java_android_path_issue wing328 2015-07-13 11:51:45 +08:00
  • 045a3b44c1 Merge pull request #901 from tkQubo/feature/swift_develop_2.0 wing328 2015-07-13 11:51:07 +08:00
  • 6c85fc285a Merge pull request #959 from dilipkrish/develop_2.0 wing328 2015-07-13 10:14:05 +08:00
  • 7cc9581f04 Updated the mustache template to remove the spurious import Dilip Krishnan 2015-07-12 20:50:32 -05:00
  • 9283249963 Updated the swagger-codegen sample for generating the service side stubs Dilip Krishnan 2015-07-07 17:55:07 -05:00