wing328
4d76dd24eb
Merge branch 'master' of https://github.com/jencodingatwork/swagger-codegen into jencodingatwork-master
...
Conflicts:
modules/swagger-codegen/src/main/resources/JavaJaxRS/formParams.mustache
2016-07-07 11:34:36 +08:00
tao
62d06f75b4
use baseName instead of paramName
2016-07-06 10:41:57 -07:00
wing328
f7b223e1a9
fix test cases in python
2016-07-06 16:34:09 +08:00
wing328
3a3461f961
Merge pull request #3299 from wing328/android_volley_license
...
[Android][Volley] add Apache v2 license to Android Volley API client
2016-07-06 11:27:58 +08:00
wing328
c1d835dcfc
Merge pull request #3287 from lrimkus/patch-1
...
Python vnd content-type header support
2016-07-06 11:27:20 +08:00
jencodingatwork
c3a9d6c9c3
Modified JavaJaxrs resources to fix duplicated variable names. See issue
...
#3300 for full description.
2016-07-05 12:36:08 -04:00
laurynas
560f50ab9a
case insensitive search for "json" in content-type headers
2016-07-05 11:31:18 -04:00
wing328
6b4b2025ee
add license to android volley
2016-07-05 22:39:38 +08:00
wing328
b699fe57fc
add license header to java default client
2016-07-05 22:16:53 +08:00
wing328
430f49aae6
fix javadoc error
2016-07-05 20:38:04 +08:00
wing328
5e6a6de351
fix javadoc error
2016-07-05 19:38:33 +08:00
wing328
dfc05f4bba
fix doc warning in java retrofit2 client
2016-07-05 17:49:50 +08:00
Laurynas
23b81324d1
Python vnd content-type header support
...
Adding vendor header support like : "Content-Type: application/vnd.api+json" and "Content-Type: application/vnd.api+json; version=1"
2016-07-04 15:27:54 -04:00
Laurynas
df695ee2c4
Python vnd content-type header support
...
Adding vendor header support like : "Content-Type: application/vnd.api+json" and "Content-Type: application/vnd.api+json; version=1"
2016-07-04 15:22:54 -04:00
wing328
785d1a5648
add option to set ssl host setting in ruby client
2016-07-04 22:13:25 +08:00
wing328
7de7c6de43
Merge pull request #3282 from wing328/objc_fix_typo
...
[ObjC] fix typo in readme doc
2016-07-03 22:16:31 +08:00
wing328
e98928a0a5
Merge pull request #3186 from ant3/JSR310-Clients
...
[Java] Add support for JSR310 in Jersey Clients (v3)
2016-07-03 21:56:13 +08:00
wing328
3f6f4bfd86
fix objc readme doc
2016-07-03 21:49:33 +08:00
wing328
82ee6bbb48
Merge pull request #3278 from wing328/escape_unsafe_2
...
Better handling of multi-line comments for all generators
2016-07-03 00:20:39 +08:00
wing328
8a3c2e754b
fix python flask to handle comment block
2016-07-02 17:14:13 +08:00
wing328
e2e0af1e6c
Merge branch 'master' of https://github.com/arturdzm/swagger-codegen into arturdzm-master
...
Conflicts:
README.md
2016-07-02 17:00:21 +08:00
wing328
2464633368
better handling of multiline comments for all lang
2016-07-02 16:25:55 +08:00
wing328
3c9b172996
Merge pull request #3274 from wing328/fix_lumne
...
Remove security test from petstore-with-fake-endpoints-models-for-testing
2016-07-02 11:48:45 +08:00
wing328
393b44dcd2
remove security test from petstore-with-fake-endpoints-models-for-testing
2016-07-02 11:32:25 +08:00
wing328
691957875e
Merge pull request #3185 from cbornet/common_jersey
...
[Jax-rs][jersey] Mutualize jersey 1 and jersey 2 templates
2016-07-02 11:19:40 +08:00
wing328
f18f81cce9
Merge branch 'fix_resteasy_gradle_definition' of https://github.com/chameleon82/swagger-codegen into chameleon82-fix_resteasy_gradle_definition
2016-07-01 19:54:43 +08:00
wing328
f8bf4387c3
Merge pull request #3252 from alexralko/master
...
add getHasExamples() method to support {{hasExamples}} tag in templates
2016-07-01 17:43:07 +08:00
wing328
33b4afc098
Merge pull request #3267 from wing328/swift_npe
...
[Swift] fix NPE for swift API client due to array of enum
2016-07-01 17:37:48 +08:00
wing328
8c754d234d
fix npe for swift due to array of enum
2016-07-01 16:58:18 +08:00
wing328
a18fb4ec8b
Merge pull request #3236 from cliffano/master
...
Disable path HTML-escaping in Ruby api template
2016-07-01 14:45:01 +08:00
wing328
021f554a6b
Merge pull request #3260 from gokl/format-field
...
Issue 3257: Add format field to CodegenParameter and CodegenProperty.…
2016-07-01 14:05:06 +08:00
Cliffano Subagio
6de6e93bab
Move generated ruby client test to java.io.swagger.codegen.ruby package.
2016-07-01 14:41:37 +10:00
gokl
1598fb2657
Issue 3257: Add format field to CodegenParameter and CodegenProperty. Add format to static html template.
2016-06-30 12:10:10 +02:00
wing328
45f13b28a0
Merge pull request #3258 from wing328/ruby_fix_test_case
...
[Ruby] minor update to ruby test cases
2016-06-30 16:48:35 +08:00
wing328
be4f4eb022
Merge pull request #3248 from cbornet/retrofit2_interceptor_issue
...
Use okttp builder instead of instance in retrofit2
2016-06-30 16:45:17 +08:00
wing328
7c5b583751
Merge pull request #3256 from arnested/php-expose-path-to-callapi
...
[PHP] Add path without expanded path parameters to callApi
2016-06-30 16:37:09 +08:00
wing328
4a3d9358ee
Merge pull request #3165 from abcsun/lumen
...
[PHP Lumen] sort the endpoints in ascending to avoid the route priority issure
2016-06-30 15:51:32 +08:00
wing328
c2f0397d5c
minor fix to ruby test cases
2016-06-30 15:40:35 +08:00
Arne Jørgensen
7d6ac31619
[PHP] Add path without expanded path parameters to callApi
...
In continuation of #3117 it could be useful to know the path of an
endpoint (without path parameters expanded) in the `callApi` method of
`ApiClient`.
This is for use cases where you would create a derived class from
`ApiClient` for manipulating responses from the server before further
processing (#3117 ) or add extended logging of the API calls.
2016-06-30 07:12:28 +02:00
Cliffano Subagio
8bacbfb691
Only use Content-Disposition's filename as prefix when it exists.
2016-06-30 09:42:25 +10:00
delenius
8a8e9432e1
Generate type annotations in JS model constructors
...
Fixes #3207
2016-06-29 13:53:33 -07:00
wing328
40e497088a
Merge pull request #3251 from wing328/fix_slim_path
...
[PHP][Slim] fix slim path in Windows
2016-06-30 00:55:14 +08:00
wing328
9ee10e2397
Merge pull request #3249 from wing328/csharp_security_fix
...
[C#] better code injection handling for C# API client
2016-06-29 23:59:24 +08:00
Alex Ralko
a862601482
add getHasExamples() method to support {{hasExamples}} tag in templates
2016-06-29 18:56:45 +03:00
wing328
cb53ea114a
Merge pull request #3246 from wing328/security_fix_javascript_closure
...
[Javascript][Closure] better code injection handling for Javascript (closure)API client
2016-06-29 23:25:04 +08:00
wing328
de6b3cea70
fix slim windows path
2016-06-29 23:24:27 +08:00
cbornet
f54b505704
use okttp builder instead of instance in retrofit2
...
Fix #3188
2016-06-29 17:07:39 +02:00
wing328
7951c06f55
unescape basepath in aspnet
2016-06-29 22:54:16 +08:00
wing328
d79274d548
better code injection handling for c#
2016-06-29 22:52:12 +08:00
wing328
f89333c8c3
better code injection handling for javascript closure client
2016-06-29 22:07:14 +08:00