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
Tony Tam
36aad8bc0a
updated examples
2014-10-22 13:54:28 -07:00
Ivan Porto Carrero
a656ea301e
updates the codegen to also include the project name for sbt
2014-10-21 10:59:35 -07:00
Tony Tam
e2ae99acac
fixed import types
2014-10-21 00:02:28 -07:00
Tony Tam
461cb51f6a
fixed summary/description mapping
2014-10-20 17:34:48 -07:00
Tony Tam
681628dba2
added model pacakge
2014-10-20 17:11:28 -07:00
Tony Tam
7167bf28c7
changed to Boolean to allow null values
2014-10-20 17:11:19 -07:00
Ido Shamun
5e4e838a48
add support to multipart form data and urlencoded for android client
2014-10-21 01:58:31 +03:00
Ivan Porto Carrero
f3dc69a7e7
update dependencies in async scala project
2014-10-20 15:42:10 -07:00
Tony Tam
86f9a0a58a
fixed build error
2014-10-20 08:42:35 -07:00
Tony Tam
df1a987e2d
Merge branch 'develop_2.0' of github.com:wordnik/swagger-codegen into develop_2.0
2014-10-20 08:24:46 -07:00
Tony Tam
40b4d34870
added required flag for parameter
2014-10-20 08:24:34 -07:00
Tony Tam
c6e3608ffa
Merge pull request #310 from martoe/param_required
...
Parameter.required flag implemented
2014-10-20 07:07:50 -07:00
Martin Ehrnhoefer
0aa87cfbeb
Parameter.required flag implemented
...
Made the "required" flag for Parameter objects available to the code generator templates
2014-10-20 15:56:25 +02:00
Tony Tam
053419234a
renamed field to avoid nested naming collisions
2014-10-19 11:18:38 -07:00
Tony Tam
12eba440ae
Update README.md
2014-10-18 17:14:00 -07:00
Tony Tam
5d43282f51
fixed typo
2014-10-17 14:46:47 -07:00
Tony Tam
2826b69487
removed profile
2014-10-17 14:31:26 -07:00
Tony Tam
63c6bc28c3
Merge branch 'berngp-feature/develop_2.0/scala_2.11' into develop_2.0
2014-10-17 14:29:37 -07:00
Tony Tam
bf3eb94c51
Merge branch 'feature/develop_2.0/scala_2.11' of github.com:berngp/swagger-codegen into berngp-feature/develop_2.0/scala_2.11
2014-10-17 14:28:58 -07:00
Tony Tam
350d736706
fixed case on scheme
2014-10-16 17:43:15 -07:00
Tony Tam
e0aed88e98
added default value
2014-10-16 17:42:39 -07:00
Tony Tam
52a4370c35
added default value
2014-10-16 17:42:27 -07:00
Bernardo Gomez Palacio
5c0577aa8e
Adding Echo YAML Sample
2014-10-14 15:09:55 -07:00
Bernardo Gomez Palacio
1e1abde846
Updating the Scalatra Template for Scala 2.11
...
* Moved to Scala 2.11.2
* Updated the dependencies to use latest Jetty as well as Akka
* Added the SBT Dependency Graph plugin
* Build Properties now use SBT 0.13.5
* Updated the sbt executable.
2014-10-14 14:39:12 -07:00
Bernardo Gomez Palacio
b2f34a152b
Enabling Maven Profile gen-scalatra
2014-10-14 14:24:59 -07:00
webron
4676c4cdf7
Merge pull request #307 from catherinedodge/master
...
Fixed broken link in README.md
2014-10-13 16:58:22 +03:00
catherinedodge
d5674c9a7b
Fixed broken link in README.md
2014-10-13 09:48:29 -04:00
Tony Tam
7c998a2d67
addressed import mappings
2014-10-10 22:07:08 -07:00
Tony Tam
5a70550a37
added scalatra support
2014-10-10 21:41:21 -07:00
Tony Tam
4d214dbcef
updated client
2014-10-10 21:39:45 -07:00
Tony Tam
97623af8df
added apiInfo
2014-10-10 21:26:07 -07:00
Tony Tam
b87bc2a908
added scalatra
2014-10-10 21:25:19 -07:00
Mark H. Butler
c8dac4a3cf
Reverting these files, they don't need to change
2014-10-08 08:25:23 -07:00
Mark H. Butler
6f30a6d65a
Modifying the pom.xml template because it defaults to building with Scala 2.9.1, but that is broken because BeanProperty moved, so instead use 2.10 as the default but add the option of using Scala 2.11
2014-10-08 08:20:02 -07:00
Mark H. Butler
9d1f0bf568
Adding ignore for gedit files (Linux)
2014-10-08 08:19:08 -07:00
Tony Tam
643c211d72
Merge pull request #296 from lloydmeta/update/fix_deprecations
...
Update deprecated method calls
2014-10-07 21:42:13 -07:00
Tony Tam
fb84985e9b
Merge pull request #298 from dreamfactorysoftware/master
...
adding a space in call to completionHandler to kill latest Xcode parse errors
2014-10-02 16:45:38 -07:00