Tony Tam
fff1f30dba
updated the query params
2014-09-14 21:44:07 -07:00
Tony Tam
c123bb9130
template cleanup
2014-09-14 17:52:25 -07:00
Tony Tam
5112b655bd
added auth and response models
2014-09-14 17:47:59 -07:00
Tony Tam
d4122d197f
updated to support jaxrs
2014-09-14 17:47:36 -07:00
Tony Tam
cab4ffa286
property renames
2014-09-10 06:13:49 -07:00
Tony Tam
d5e62086c8
added cli parser, input opts
2014-09-04 12:42:35 -07:00
Tony Tam
370c22cddb
made templates same as 2.0
2014-09-03 22:17:26 -07:00
Tony Tam
fbf8398324
fixes for return types, arrays
2014-09-03 22:10:34 -07:00
Tony Tam
79c456ecfc
updates for reserved words
2014-09-03 11:18:19 -07:00
Tony Tam
bc0cc567d9
updated output filenames
2014-09-03 11:07:48 -07:00
Tony Tam
ad3006d49c
added support for supporting files
2014-09-03 10:20:13 -07:00
Tony Tam
73ad502251
updated 2.0 support for objc
2014-09-03 01:10:02 -07:00
Tony Tam
7901d8a7c6
fixed api filenames
2014-09-03 00:41:06 -07:00
Tony Tam
6f63ba43ad
added return types, media types
2014-09-03 00:38:24 -07:00
Tony Tam
812520e29f
added support for models, partial for ops
2014-09-01 13:31:01 -07:00
Tony Tam
d1daf3a0e6
added 2.0 support files
2014-08-29 09:47:46 -07:00
Tony Tam
c5ccc0a908
update to swagger 2.0
2014-08-29 09:47:17 -07:00
Tony Tam
d1603ba25e
updated scalatest
2014-08-27 01:04:02 -07:00
Tony Tam
d4ce57bd15
added bigdecimal support
2014-08-27 01:03:49 -07:00
Tony Tam
a54adb925f
added big decimal support
2014-08-27 00:16:12 -07:00
Tony Tam
2ed68c2df8
version 2.0.17
2014-08-26 16:52:26 -07:00
James Earl Douglas
77e9ce5ede
Drop the 'optional' param for path params
2014-08-26 14:38:27 -07:00
Tony Tam
013c19eb36
Merge pull request #251 from earldouglas/not-so-required
...
Set param as 'required' iff required, else set as 'optional'
2014-08-26 14:33:00 -07:00
James Earl Douglas
61c04ddaf1
Set param as 'required' iff required, else set as 'optional'
2014-08-26 14:31:45 -07:00
Tony Tam
b4d361130c
Merge pull request #247 from xoom/issues/java_pom
...
Issues/java pom - remove scala dependencies from Java pom files
2014-08-25 23:05:04 -07:00
xhh
1ba42ef6cc
Fixes #242 - Ruby model syntax error
2014-08-26 09:18:54 +08:00
Rob Blair
fc77521d49
Simplify java sample poms.
...
* remove scala references from the java client pom template files.
* regenerate the petstore sample pom.xml, verify they can build properly.
2014-08-25 17:37:36 -07:00
Ganesh Subramanian
3ad1ecf153
Added import mapping for Timestamp
2014-08-21 12:11:19 +05:30
Ganesh Subramanian
6087181634
Added import mapping for Timestamp
2014-08-21 12:10:14 +05:30
Ganesh Subramanian
c09adc4539
Fix for issue #226
2014-08-21 12:01:44 +05:30
Tony Tam
a626dea181
Update api.mustache
2014-08-11 08:58:45 -07:00
Tony Tam
454ec4b438
fix for #235
2014-08-08 16:38:38 -04:00
Tony Tam
87083034ee
Merge pull request #215 from JDiPierro/fix_java_generator_lists
...
Use config.processResponseClass to determine type of returnContainer
2014-07-24 11:48:19 -07:00
Timothy Lusk
d0b0323925
CSharp: Implement multipart form submission
2014-07-22 17:17:54 -04:00
Timothy Lusk
bbe48814b4
CSharp: Add optional api constructor argument to set the basePath
2014-07-15 15:41:57 -04:00
Timothy Lusk
3b6ffa4a1f
CSharp: Close the WebResponse if we throw an ApiException
2014-07-15 15:41:56 -04:00
Justin DiPierro
e2a20447df
Fixed comment in test
2014-07-10 10:02:18 -04:00
Tony Tam
5d42c8cc5f
moved to petstore
2014-07-04 10:19:48 -07:00
Tony Tam
256485ec5b
updated template
2014-07-04 10:19:28 -07:00
Tony Tam
7ab0394e76
added node.js instead of jetty
2014-07-04 10:19:09 -07:00
Tony Tam
89b04b2e10
formatting
2014-07-04 10:18:44 -07:00
Justin DiPierro
9834059786
Fixed BasicScalaGeneratorTest to expect Some(List)
2014-07-03 11:32:37 -04:00
Justin DiPierro
550fade9e0
Codegen.apiToMap should use config.processResponseClass when setting the returnContainer property. Test passes now
2014-07-03 11:24:05 -04:00
Justin DiPierro
aa1b4fc0fb
Wrote failing test for Codegen
2014-07-03 11:23:07 -04:00
Timothy Lusk
7bc7789e81
CSharp: Invoker should handle WebException and rethrow ApiException
2014-06-27 17:55:10 -04:00
Timothy Lusk
cf0721da73
CSharp: Use nullable primitive types to allow optional parameters
2014-06-27 16:10:45 -04:00
Timothy Lusk
dcbf4d1bfd
CSharp: Use the correct model package name
2014-06-27 16:01:24 -04:00
Michele Cantelli
5f5e534d05
CSharp: renaming the "packages" to follow the .NET style.
2014-06-17 16:22:04 +02:00
Michele Cantelli
51deeb478d
Fixing extensions for csharp common files.
2014-06-17 15:18:58 +02:00
Rob Blair
d5ddac8e7e
Update java mustache to show error status codes and models in generated API, in comments.
...
* I wonder if there is some clever way to make exceptions based on the model thrown, and automatically fill them in with the parsed error models?
* Until then, it's comments, and roll your own.
2014-06-16 12:51:35 -07:00