Commit Graph

1495 Commits

Author SHA1 Message Date
wing328 a36966d961 Merge pull request #1991 from jaz-ah/issue-1989
[Swift] fix issue 1989: generate AnyObject type from json object type instead…
2016-02-10 00:42:39 +08:00
Joseph Zuromski cf7fc1a61b make SwaggerClient a shared scheme 2016-02-09 08:30:27 -08:00
delenius aab96ec772 Remove unused callback param when using promises 2016-02-08 23:39:05 -08:00
delenius 7301618671 Add petstore tests for usePromises version 2016-02-08 20:02:38 -08:00
Joseph Zuromski d84953d504 add in more tests 2016-02-08 15:22:32 -08:00
Joseph Zuromski 2465f398da add a couple more user tests 2016-02-08 14:43:08 -08:00
Joseph Zuromski fff0951771 add in some real tests 2016-02-08 14:23:22 -08:00
Joseph Zuromski 288acdb2d4 one more gitignore to keep git clean after build 2016-02-08 13:04:18 -08:00
Joseph Zuromski 7c4983df16 fixup gitignore/schemes 2016-02-08 12:59:35 -08:00
Joseph Zuromski 4a0c7966a1 add in pods 2016-02-08 12:56:49 -08:00
Joseph Zuromski bc0658e81c add in initial swift client tests 2016-02-08 12:51:14 -08:00
delenius 153faebc6d Modify JS PetStore tests for prototypes change
This is just the result of running ./bin/javascript-petstore.sh
after the fix for #2044.
2016-02-08 12:39:30 -08:00
Matan Goldman 341f862569 change the order of the elif inside to_dict for better performance (dictionary/additionalProperties is less probable) 2016-02-07 21:46:33 +02:00
Matan Goldman 2ddbfa8218 Now it should be fully compatible with python 2.7 and 3.4 2016-02-07 21:46:33 +02:00
wing328 59fde5f072 Merge pull request #2060 from wing328/scottrw93_fix_2036
[Python] Fix for Python client upload list of files Issue #2036
2016-02-07 23:47:36 +08:00
Scott Williams 57f38e4433 Update pet-store python client files 2016-02-07 23:33:49 +08:00
Matan Goldman 32d2a4d4cb fix python 3.4 compatabilty 2016-02-07 16:23:12 +02:00
Joseph Zuromski a4a1372fc1 update swift samples 2016-02-07 05:59:23 -08:00
Matan Goldman ec4c5502f1 fix identation 2016-02-07 14:21:31 +02:00
Matan Goldman ab39eff8a1 Add additionalProperties handling in python code genrator by adding dictionary handling in model's to_dict() method 2016-02-07 13:11:28 +02:00
wing328 9f78b3cf9c fix local java test using fully qualified name 2016-02-07 16:16:06 +08:00
wing328 3174ab0033 Merge pull request #1997 from achew22/javascript_closure
Add Closure annotated Javascript Angular generator
2016-02-07 14:53:25 +08:00
glederrey 41c735b22c ADD: Add the flash client library sample 2016-02-05 12:16:46 +01:00
wing328 81db72b62f Revert "FIX: Fixed FLash Client library" 2016-02-05 19:08:57 +08:00
Tony Tam 5e80b61e3e updated swagger-core versions 2016-02-04 18:02:19 -08:00
Gael Lederrey 5dc67c15e5 ADD: Add Petstore sample for flash 2016-02-04 14:33:46 +01:00
wing328 e926c86141 Merge pull request #2035 from wing328/csharp_fix_default_header
[C#] fix default header in async method and sanitize model name
2016-02-04 20:33:46 +08:00
wing328 8d40b7a890 sanitize model name (C#) 2016-02-04 18:52:16 +08:00
wing328 5e1cb9349a update exmaple, add toExampleValue 2016-02-04 18:18:45 +08:00
xhh 47f25efb25 JavaScript client: support collectionFormat for parameters
Closes #1953
2016-02-04 16:30:41 +08:00
wing328 35039bf122 Merge pull request #2030 from xhh/javascript-improvements
[JavaScript]  some improvements and enhancements to JavaScript client
2016-02-04 15:03:50 +08:00
wing328 8285dea113 Merge pull request #2008 from wing328/license_template
[Ruby] add API info as file header to ruby templates
2016-02-04 14:49:57 +08:00
xhh 2eb125681e JavaScript client: handle response deserialization
to support array of models and Date property in model

Closes #1951
2016-02-04 12:36:44 +08:00
xhh c7fa44cd0c Fix ApiClient.isFileParam in browserify runtime
Closes #2028
2016-02-04 08:43:13 +08:00
wing328 cd0c8728b7 Merge pull request #2019 from ergon/feature/use-retrofit-beta3
Use retrofit2-beta3 and it's dendencies in retrofit2 clients
2016-02-03 17:49:12 +08:00
xhh 5463015725 JavaScript client: use brackets to access mobel properties
to support nonstandard characters in property names, e.g. "user-status".
2016-02-03 16:01:33 +08:00
wing328 295cf0b2a1 add partial class to C# model 2016-02-02 22:45:57 +08:00
Silvio Heuberger 671dba4284 Use retrofit2-beta3 and it's dendencies in retrofit2 clients
Requires some changes to the generated client code
as some package renaming and api changes have occurred.
2016-02-02 15:43:08 +01:00
Andrew Z Allen 42f669031d Add tests for API 2016-02-02 00:45:40 -07:00
wing328 b2d98acb21 Merge pull request #2007 from wing328/csharp_readme
[C#] Add unit tests for C# APIs and models
2016-02-02 12:43:44 +08:00
wing328 53e74a0bd3 Merge pull request #2006 from wing328/qt5_file_support
[Qt5 C++] Fix file support in form parameter
2016-02-01 15:29:49 +08:00
wing328 0e0508cf5a Merge pull request #1998 from WoodWing/master
Support file downloading in Java jersey2 client
2016-01-31 19:57:55 +08:00
wing328 5a53814346 add api info as file header to ruby templates 2016-01-31 17:08:47 +08:00
wing328 047abc63a4 add test case for c# method 2016-01-31 12:49:32 +08:00
wing328 4ce255dc38 add unit test files for C# 2016-01-31 01:52:41 +08:00
wing328 587615b656 update c# readme with command to generate DLL 2016-01-30 23:06:45 +08:00
wing328 d5aa285926 fix file support in form parameter (qt5cpp) 2016-01-30 15:31:08 +08:00
Helge Rausch f85f885191 Don't force explicit configuration of CA cert location
In order to allow openssl to figure out the location of CA certificates
on its own, don't apply the `ssl_ca_cert` configuration parameter if it
is not explicitly set.
2016-01-29 12:18:27 +01:00
xhh 172da5b2d8 Merge branch 'master' into ruby-binary
Conflicts:
	samples/client/petstore/ruby/lib/petstore/api/pet_api.rb
2016-01-29 12:02:30 +08:00
Maarten Groot eee441b72a Update Petstore Java jersey2 sample 2016-01-28 16:35:11 +01:00