Martin Ehrnhoefer
|
0eb467e46e
|
Introduced a factory for codegen data containers
implementation completed
|
2014-12-07 09:52:52 +01:00 |
|
Tony Tam
|
f2c64a0fbb
|
removed comments
|
2014-12-06 15:55:42 -08:00 |
|
Martin Ehrnhoefer
|
f4424a5eae
|
Introduced a factory for codegen data containers
This enables users to extend the Codegen* classes
and add their own methods there (which then can
be accessed from the mustache templates)
|
2014-12-06 16:07:45 +01:00 |
|
webron
|
1b68671e98
|
Update README.md
|
2014-12-04 16:27:44 +02:00 |
|
Tony Tam
|
f3ac9a579f
|
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
|
2014-12-03 00:55:55 -08:00 |
|
Tony Tam
|
6e858ee645
|
updated samples
|
2014-12-03 00:55:38 -08:00 |
|
Tony Tam
|
96ea15a4d0
|
updated readme
|
2014-12-03 00:55:25 -08:00 |
|
Tony Tam
|
586420b919
|
Merge pull request #335 from wing328/master
update deserialize to handle both array(primitive) and Array(model)
|
2014-12-02 22:07:24 -08:00 |
|
Tony Tam
|
c05e07c8aa
|
Merge pull request #331 from yutenglei/develop_2.0
Assigned Accept and Content-Type request-header for python's api.mustach...
|
2014-12-02 21:44:51 -08:00 |
|
Tony Tam
|
43a5ece5b3
|
Merge pull request #312 from idosh/master
add support to multipart form data and urlencoded for android client
|
2014-12-02 20:40:02 -08:00 |
|
William Cheng
|
9f6d883e68
|
update deserialize to handle both array(primitive) and Array(model)
|
2014-11-29 18:23:44 +08:00 |
|
Tony Tam
|
23d2d09136
|
added help, dynamic loading
|
2014-11-26 16:37:44 -10:00 |
|
Tony Tam
|
f35c748fb2
|
added help, dynamic loading
|
2014-11-26 15:20:50 -10:00 |
|
Tony Tam
|
a24556f0be
|
added static, updated reference to swagger parser
|
2014-11-26 14:06:00 -10:00 |
|
Tony Tam
|
a1d604feb3
|
updated to use swagger parser
|
2014-11-25 12:01:13 -10:00 |
|
webron
|
524497a606
|
Merge pull request #332 from mhurne/patch-1
Fix spelling errors and improve sentence in Compatibility section
|
2014-11-24 22:13:29 +02:00 |
|
Matt Hurne
|
665ba22c7a
|
Fix spelling errors and improve sentence in Compatibility section
|
2014-11-24 15:11:38 -05:00 |
|
Yu Teng Lei
|
9085a0d148
|
Assigned Accept and Content-Type request-header for python's api.mustache
This was done in PHP but not in python
|
2014-11-23 16:39:35 -05:00 |
|
Tony Tam
|
74d4ff0fc9
|
added swagger output for conversion
|
2014-11-21 08:30:21 -10:00 |
|
Tony Tam
|
29d956d424
|
added static html generator
|
2014-11-21 08:14:33 -10:00 |
|
Tony Tam
|
06031a0a34
|
added 1.2 conversion
|
2014-11-21 08:14:14 -10:00 |
|
Tony Tam
|
9ffece910d
|
added basePath
|
2014-11-19 13:36:59 -08:00 |
|
Tony Tam
|
d12a565032
|
added debug mode
|
2014-11-19 13:36:52 -08:00 |
|
Tony Tam
|
9d6e6b56c6
|
added tizen c++ support
|
2014-11-13 09:29:13 -08:00 |
|
Tony Tam
|
acc0bad668
|
changed permissions
|
2014-11-13 09:28:32 -08:00 |
|
Tony Tam
|
697457415d
|
updated spec with auth
|
2014-11-10 21:18:19 -08:00 |
|
Tony Tam
|
bcfd2e8ab6
|
println
|
2014-11-10 21:17:29 -08:00 |
|
Tony Tam
|
5adb82f6f6
|
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
|
2014-11-10 13:15:36 -08:00 |
|
Tony Tam
|
4415cfe30d
|
added escape
|
2014-11-10 13:15:27 -08:00 |
|
Ido Shamun
|
0614d1b221
|
update pom.xml with dependencies
fix Codegen.scala to support file as a param type
|
2014-11-08 01:19:53 +02:00 |
|
Ido Shamun
|
fb3f331e3c
|
Merge remote-tracking branch 'upstream/master'
merge fork with master
|
2014-11-07 18:27:58 +02:00 |
|
Tony Tam
|
4e9378965b
|
Merge pull request #324 from FindTheBest/pull_request
Adding the casting of integer -> int for python generated code
|
2014-11-05 15:47:44 -08:00 |
|
James Ebentier
|
d1fe146522
|
Adding the casting of integer -> int for python generated code
|
2014-11-05 15:37:22 -08:00 |
|
Tony Tam
|
718e6ba7b4
|
Merge pull request #302 from martoe/externalDocs
"External Documentation Object" implemented (according to spec)
|
2014-11-04 20:25:41 -08:00 |
|
Tony Tam
|
b9758107c3
|
Merge pull request #322 from Laurent-Sarrazin/patch-php-server-generator
Add a basic PHP server-generator example
|
2014-10-31 09:32:08 -07:00 |
|
Laurent Sarrazin
|
06332e5dce
|
Add a basic PHP server-generator example
|
2014-10-31 17:00:34 +01:00 |
|
Laurent Sarrazin
|
aa262f6021
|
Fix a typo
|
2014-10-30 14:30:55 +01:00 |
|
Martin Ehrnhoefer
|
436d2530e4
|
"External Documentation Object" implemented (according to spec)
Depends on https://github.com/wordnik/swagger-core/pull/716
|
2014-10-30 10:22:00 +01:00 |
|
Tony Tam
|
77053fa855
|
added test case, update for #316
|
2014-10-28 13:21:50 -07:00 |
|
Tony Tam
|
810c7f9ed2
|
added test case, update for #316
|
2014-10-28 13:21:32 -07:00 |
|
Tony Tam
|
59b477d2da
|
added test case, update for src/main/java/com/wordnik/swagger/codegen/DefaultCodegen.java
|
2014-10-28 13:08:41 -07:00 |
|
Tony Tam
|
4c674ca94b
|
rebuilt samples
|
2014-10-26 21:46:26 -07:00 |
|
Tony Tam
|
63c428d048
|
updated templates
|
2014-10-26 21:46:14 -07:00 |
|
Tony Tam
|
2454bfa225
|
updated templates per #316
|
2014-10-26 21:40:13 -07:00 |
|
Tony Tam
|
d6bdd09273
|
removed unimplemented scripts
|
2014-10-24 14:50:40 -07:00 |
|
Tony Tam
|
73425fe582
|
rebuilt client
|
2014-10-23 21:22:19 -07:00 |
|
Tony Tam
|
bc974e6514
|
added bodyParam
|
2014-10-23 21:21:58 -07:00 |
|
Tony Tam
|
237f00e2e3
|
updated references
|
2014-10-22 15:46:47 -07:00 |
|
Tony Tam
|
88692ec42d
|
updated references
|
2014-10-22 15:45:21 -07:00 |
|
Tony Tam
|
ee833da0ca
|
fixed notes
|
2014-10-22 14:06:59 -07:00 |
|