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
2be3414357
Update python client.
...
Add test case for nested list deserialization.
2015-07-28 15:23:44 +08:00
geekerzp
ea901bf1ce
Update python client.
...
Add test case for nested dict deserialization.
2015-07-28 14:34:50 +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
wing328
b843b55339
Merge pull request #1001 from who/csharp_dotnet2_template
...
C# .Net 2.0 generator and template
2015-07-28 09:32:03 +08:00
Sparrow.jang
75711f954b
fixed a bug for parsing )
error
2015-07-27 18:50:32 +08:00
SparrowJang
d0b5af31a5
Merge pull request #1 from swagger-api/develop_2.0
...
Develop 2.0
2015-07-27 18:47:40 +08:00
wing328
c01c06b198
Merge pull request #1004 from mhardorf/conf-file-maven-plugin
...
Add support for specifying configuration file in maven plugin
2015-07-27 18:30:09 +08:00
Mads Mætzke Tandrup
586f4c14e1
Merge remote-tracking branch 'upstream/develop_2.0' into conditional-copy-from-parent
...
# Conflicts:
# modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/TypeScriptNodeClientCodegen.java
2015-07-27 11:30:47 +02:00
wing328
fe0e43f963
Merge pull request #1012 from tandrup/combine-ts-node
...
Combine TypeScript Node output and beautify Angular output
2015-07-27 17:24:34 +08:00
wing328
47abfe7079
Merge pull request #1014 from 2rs2ts/module-generation-readme-path-fix
...
Fix path in instructions for making your own codegen modules
2015-07-27 17:12:13 +08:00
Mads Mætzke Tandrup
d0a3def441
Adding npm run clean
command to clean the sample dir
2015-07-27 11:02:38 +02:00
xhh
7af5db3565
Rebuild Ruby petstore sample
2015-07-27 16:37:26 +08:00
xhh
47c8597d36
Ruby: move request/response logic to api_client
2015-07-27 16:34:51 +08:00
Mads Mætzke Tandrup
64f2e85608
Update TypeScript angular sample
2015-07-27 10:20:55 +02:00
Mads Mætzke Tandrup
09ccf12a3b
Update Typescript node samples
2015-07-27 10:19:12 +02:00
Mads Mætzke Tandrup
fde5c60cb0
Support authentication from swagger in TypeScript Node
2015-07-27 10:18:38 +02:00
Mads Mætzke Tandrup
b18cc5e0de
Include header parameters
2015-07-27 10:13:36 +02:00
wing328
6d8dea5dfc
better exception handling for empty method name
2015-07-27 12:07:35 +08:00
wing328
a8f580032f
fix empty operationId in java codegen
2015-07-27 11:39:37 +08:00
wing328
d0baa48fcd
fix empty operationId
2015-07-27 11:21:51 +08:00
wing328
31200acc1a
Merge pull request #998 from geekerzp/objc-date
...
[Objc] Enhancements of objective-c client
2015-07-27 10:41:42 +08:00
xhh
5bfae7b78c
Ruby: use a default ApiClient when not provided
2015-07-27 10:32:51 +08:00
geekerzp
3b9b3e82f9
Update comments in objc client
2015-07-27 10:29:27 +08:00
wing328
783a4c0572
Merge pull request #1016 from ngs/swift-podspec-version
...
[Swift] Add version to Podspec template
2015-07-27 08:33:44 +08:00
wing328
9ce824d720
Merge pull request #1007 from ngs/swift-alamofire-1.3.0
...
[Swift] Support file upload with Alamofire 1.3.0
2015-07-27 08:29:34 +08:00
Mads Mætzke Tandrup
dee828622a
Test file upload in sample client
2015-07-26 14:26:01 +02:00
Hervé Darritchon
5c0ae7babe
Defect (PR #905 ) : Add code to be able to override the configPackage in the spring mvc template.
2015-07-26 12:11:29 +02:00
Mads Mætzke Tandrup
02da80e837
Update sample with small test script
2015-07-26 08:22:32 +02:00
Mads Mætzke Tandrup
e41a475335
Update typescript node sample
2015-07-25 22:05:43 +02:00
Mads Mætzke Tandrup
fea8e680df
Fix TypeScript node file upload
2015-07-25 22:05:29 +02:00
Mads Mætzke Tandrup
b0f6b49595
Fix TypeScript Map type
2015-07-25 22:02:06 +02:00
Atsushi Nagase
b56da43953
[Swift] Add version to Podspec template
2015-07-26 03:19:33 +09:00
Atsushi Nagase
979a704310
[Swift] Update Alamofire to 1.3 in Podspec
2015-07-26 03:01:11 +09:00
Atsushi Nagase
5dcdadb751
[Swift] tweak conditions
...
336bb87b53 (commitcomment-12318006)
2015-07-26 02:59:43 +09:00
Atsushi Nagase
f98974190e
[Swift] Support file upload with Alamofire 1.3.0
...
refs:
- https://github.com/Alamofire/Alamofire/milestones/1.3.0
- https://github.com/Alamofire/Alamofire/pull/539
2015-07-26 02:59:43 +09:00
wing328
6719a6cc74
Merge pull request #1013 from SparrowJang/develop_2.0
...
added a utf8 declaration to fix #1011 issue
2015-07-25 23:15:04 +08:00
Mads Mætzke Tandrup
3f9b2a9678
Adding build system for typescript AngularJS sample
2015-07-25 14:11:10 +02:00
Mads Mætzke Tandrup
bbf0ce8c80
Adding README for sample
2015-07-25 13:57:45 +02:00
Mads Mætzke Tandrup
9fc8c770d3
Adding build system for poetaster typescript node sample
2015-07-25 13:55:30 +02:00
wing328
8f2c99f0af
Merge pull request #1005 from mhardorf/sort-by-inheritance
...
Sort model objects by inheritance
2015-07-25 18:18:29 +08:00
Mads Mætzke Tandrup
81f5cc47e7
Rename property to be more language specific
2015-07-25 12:03:17 +02:00
wing328
db37c02ebd
Merge pull request #1010 from onovy/develop_2.0
...
[Python] Allow to set cookie in python(3) API constructor.
2015-07-25 17:03:11 +08:00