Tony Tam
|
eec525a40f
|
shortened line breaks
|
2015-02-03 21:50:28 -08:00 |
|
Tony Tam
|
f8624dbcaa
|
update to m1 release
|
2015-02-03 21:50:02 -08:00 |
|
Tony Tam
|
5fdb609767
|
changed package to io.swagger
|
2015-02-03 21:49:45 -08:00 |
|
Tony Tam
|
4c53d7b8c4
|
added formParam values
|
2015-02-03 21:49:21 -08:00 |
|
Tony Tam
|
3b96894e75
|
added file & forms
|
2015-02-03 21:49:05 -08:00 |
|
James Ebentier
|
63bb20238b
|
MultipartForm: fixing syntax error
|
2015-02-03 19:01:31 -08:00 |
|
James Ebentier
|
55575541d8
|
MultipartForm: better formatting
|
2015-02-03 18:28:56 -08:00 |
|
James Ebentier
|
33e6105822
|
MultipartForm: adding in basic support for multipart form submissions on python bindings
|
2015-02-03 18:03:20 -08:00 |
|
Tony Tam
|
87be442ad9
|
Merge pull request #409 from ethanjcohen/master
Fix "properties" name in node server example template
|
2015-02-02 22:42:56 -08:00 |
|
Tony Tam
|
33834d6cce
|
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
|
2015-02-02 06:28:24 -08:00 |
|
Tony Tam
|
212b7cee72
|
added void to default includes
|
2015-02-02 06:28:17 -08:00 |
|
Tony Tam
|
d9ca26c40d
|
updated to m1
|
2015-02-02 06:27:58 -08:00 |
|
Ethan Cohen
|
65b3b594e3
|
Renamed the "params" operation property to "parameters" to conform to the swagger spec
|
2015-02-01 16:02:27 -06:00 |
|
Ethan Cohen
|
94ceb504b8
|
Changed the "params" operation property to "parameters" to conform to the swagger spec
|
2015-02-01 15:54:47 -06:00 |
|
Tony Tam
|
fcb21da7f9
|
Merge pull request #392 from ikuo/develop_2.0-support-upper-case-property-name
Support upper case-proprty names
|
2015-01-30 12:26:56 -08:00 |
|
Tony Tam
|
124e17fb8a
|
Merge pull request #401 from fleque/fleque-fix-response-selection
Fix for the selection of the methodResponse during code-generation
|
2015-01-28 22:07:06 -08:00 |
|
Tony Tam
|
f914f26f3b
|
Merge pull request #400 from FindTheBest/master
Fixing curl $postData for php bindings
|
2015-01-28 22:06:23 -08:00 |
|
Tony Tam
|
1bc5fcc29e
|
Merge pull request #397 from fleque/fleque-python-codegen
[WIP] Support Python code generation
|
2015-01-28 21:53:14 -08:00 |
|
James Ebentier
|
4a6e719d6a
|
APIClient: making the cURL timeout able to be variably set for better dynamic api calls
|
2015-01-28 16:04:11 -08:00 |
|
Fleque
|
35dc8d4e5d
|
Fix for the selection of the methodResponse from an operation during code generation. Now all the smallest 2xx code is used
|
2015-01-27 23:01:21 +01:00 |
|
James Ebentier
|
61ea9564f8
|
building a fix for postData that will pass TravisCI build
|
2015-01-27 13:48:59 -08:00 |
|
James Ebentier
|
bfc14938d0
|
Fixing curl $postData for php bindings
|
2015-01-27 13:16:20 -08:00 |
|
Tony Tam
|
c98a78062f
|
Merge pull request #398 from FindTheBest/master
Fixing issue with deserialization in PHP
|
2015-01-27 12:50:24 -08:00 |
|
James Ebentier
|
fd128cbab0
|
Update Swagger.mustache
|
2015-01-27 12:28:28 -08:00 |
|
James Ebentier
|
59568915de
|
Fixing minor typo
|
2015-01-27 12:08:41 -08:00 |
|
James Ebentier
|
bff2515bf2
|
Fixing issue with deserialization in PHP
No longer will deserialize throw errors when converting a json response to a string
|
2015-01-27 11:48:20 -08:00 |
|
Tony Tam
|
d196c6656e
|
added test for #393
|
2015-01-25 20:21:40 -08:00 |
|
Tony Tam
|
a2b01e9599
|
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
|
2015-01-25 20:20:36 -08:00 |
|
Tony Tam
|
34a61e1256
|
added scala client support for #393
|
2015-01-25 20:20:27 -08:00 |
|
Dan Peschman
|
ec995838fb
|
python3: support PATCH verb for partial updates - http://tools.ietf.org/html/rfc5789
|
2015-01-24 21:58:33 +00:00 |
|
Ikuo Matsumura
|
b49572005b
|
Fix typo name{ -> s}
|
2015-01-24 16:32:38 +09:00 |
|
Ikuo Matsumura
|
ea11b4fc35
|
Added spec on upper-case property name
|
2015-01-24 16:17:40 +09:00 |
|
Ikuo Matsumura
|
556485538f
|
Added @JsonProperty to Java/model.mustache
|
2015-01-24 16:17:18 +09:00 |
|
Tony Tam
|
53e8683a5d
|
Merge pull request #388 from fleque/template-resolving-fix
Fix for template resolving from classpath on windows
|
2015-01-23 16:55:09 -08:00 |
|
Fleque
|
6491223ed9
|
First attempt to port pythong code generation
|
2015-01-22 23:01:44 +01:00 |
|
Fleque
|
29a7375082
|
Applied import style of swagger-codegen project
|
2015-01-22 11:50:05 +01:00 |
|
Fleque
|
8f9947a20a
|
Fix for the template resovling from classpath on Windows
|
2015-01-22 11:38:42 +01:00 |
|
Tony Tam
|
dcaf639bec
|
Merge branch 'STRML-fixPHPFormParams'
|
2015-01-21 23:19:19 -08:00 |
|
Tony Tam
|
2f6bf95fa2
|
merged
|
2015-01-21 23:19:13 -08:00 |
|
Tony Tam
|
154c28b062
|
Merge pull request #385 from STRML/fixPHPComments
Rework generated PHP function comments.
|
2015-01-21 22:10:20 -08:00 |
|
Samuel Reed
|
8106de95dc
|
Rework PHP function comments to match PHPDoc style.
Also eliminated bad newline.
|
2015-01-21 10:58:57 +01:00 |
|
Samuel Reed
|
7c342a060a
|
Add missing formParams to PHP api.mustache. Fixes #383.
Also fixed mixed tabs and spaces in template.
|
2015-01-21 10:01:41 +01:00 |
|
Tony Tam
|
a15eb6f905
|
updated java version
|
2015-01-20 11:23:31 -08:00 |
|
Dan Peschman
|
4198779b5b
|
python3: support datetime produced by datetime.isoformat like '2015-01-17T00:15:29.515'
|
2015-01-17 00:41:37 +00:00 |
|
Dan Peschman
|
711d2c8cf4
|
revert previous: no special handling for '' in python3 parseDatetime
|
2015-01-16 23:44:02 +00:00 |
|
Dan Peschman
|
42ad403e5e
|
python3 parseDatetime: return None if passed ''
|
2015-01-16 23:09:54 +00:00 |
|
Dan Peschman
|
527fca5a8b
|
python3 parseDatetime: return None if passed None
|
2015-01-15 23:19:01 +00:00 |
|
Dan Peschman
|
60bd56b91c
|
python3: support more iso8601 datetime formats - http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#date.and.time.format.examples
|
2015-01-15 22:42:59 +00:00 |
|
Tony Tam
|
89c776a3b9
|
Update README.md
|
2015-01-14 11:16:06 -08:00 |
|
Tony Tam
|
6a5b4e2fb4
|
Merge pull request #364 from Helmsdown/jaxrs-path-annotation-fix
JAXRS Codegen should omit @PATH variable when it is not necessary
|
2015-01-11 22:55:36 -08:00 |
|