russellb337
9aa9f4e842
fix JaxRS code gen to only generated @PATH annotation on a given resource function when that function is a "sub resource" (e.g. @PATH("/{id}") or @PATH("/{id}/operation")
2015-01-02 13:52:36 -08:00
Tony Tam
21396d0797
added map support for #360
2014-12-25 08:17:41 -08:00
Tony Tam
93eca2a6b6
php fixes
2014-12-24 19:29:25 -08:00
Tony Tam
74b9257de4
variable type fixes
2014-12-24 15:00:10 -08:00
Tony Tam
a921278650
added php generator
2014-12-24 10:19:42 -08:00
Tony Tam
20c21cb2f7
added debug info per #330
2014-12-23 19:56:32 -08:00
Tony Tam
8fa4b196b4
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
2014-12-19 14:49:51 -08:00
Tony Tam
3bf45de1f7
added null check
2014-12-19 14:49:32 -08:00
Tony Tam
ed1d0948a3
Merge pull request #351 from earldouglas/exec-maven-plugin
...
Add the Exec Maven Plugin
2014-12-18 11:01:52 -08:00
James Earl Douglas
83699e5324
Add the Exec Maven Plugin
...
This allows execution of the Codegen class via `mvn exec:java`,
with optional args passed via `-Dexec.args="..."`:
mvn exec:java -Dexec.args="-i .../swagger.json -l html -o samples/..."
2014-12-18 10:58:25 -08:00
Tony Tam
45d5e480c0
configured scala version #344
2014-12-11 09:42:39 -08:00
Tony Tam
5ecada11ef
moved java-specific reserved words out of default
2014-12-08 13:13:29 -08:00
Tony Tam
4f6878a278
fallbacks for unmatched inner types
2014-12-08 11:49:47 -08:00
Tony Tam
50e0445ab4
Merge pull request #342 from martoe/codegenfactory
...
Introduced a factory for codegen data containers
2014-12-08 07:22:22 -08:00
Martin Ehrnhoefer
78b36e0ba9
Introduced a factory for codegen data containers
...
Moved parameter/response generation code to
dedicated methods so that subclasses may extend it
2014-12-08 11:21:17 +01:00
Martin Ehrnhoefer
7a5068d632
Introduced a factory for codegen data containers
...
Missing model elements added
2014-12-08 10:27:29 +01:00
Tony Tam
c010b4c9c6
Merge pull request #341 from martoe/responseheaders
...
Make response headers available to the code generator
2014-12-07 21:30:57 -08:00
Tony Tam
cc9029236b
Merge pull request #340 from martoe/codegenfactory
...
Introduced a factory for codegen data containers
2014-12-07 21:29:18 -08:00
Martin Ehrnhoefer
3f0b71b3e0
Make response headers available to the code generator
2014-12-07 10:08:42 +01:00
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
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
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
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
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
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
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