Tara Neier
645109111e
adding handling for api error messages in java-jaxrs template
2013-05-04 20:30:01 -07:00
Tony Tam
24aa603230
regenerated client
2013-04-22 09:50:02 -07:00
Tony Tam
8b8a956155
regenerated sample
2013-04-22 09:49:45 -07:00
Tony Tam
5e801dd1d7
updated repos, removed scala runtime
2013-04-22 09:49:15 -07:00
Ivan Porto Carrero
98200e6b39
add logger
2013-04-10 18:39:41 +02:00
Ivan Porto Carrero
f3405bcf29
really fix stackoverflow
2013-04-09 19:33:22 +02:00
Ivan Porto Carrero
1724c9328e
Make recurseModel method tail-recursive, fix stack overflow error
2013-04-09 17:20:08 +02:00
Ivan Porto Carrero
025502efad
Adds async scala client generation
2013-04-09 16:28:47 +02:00
George Sibble
397ebd4bdb
Remove "Content-Type" Header from requests with no request body
2013-04-06 13:54:59 -07:00
Tony Tam
6adf368c08
Merge branch 'master' of github.com:wordnik/swagger-codegen
2013-04-04 22:18:03 -07:00
Tony Tam
871e0e30f1
removed swagger-core deps
2013-04-04 22:17:25 -07:00
Tony Tam
07ab7d98a6
removed swagger-core deps
2013-04-04 22:16:52 -07:00
Tony Tam
69d4c2a27b
Merge pull request #47 from leedm777/parse-failures
...
Display an error when an API fails to parse.
2013-04-03 13:26:59 -07:00
David M. Lee
0b4fa11486
Display an error when an API fails to parse.
2013-04-03 15:12:57 -05:00
Tony Tam
7929dbfee1
Merge pull request #46 from leedm777/static-docs-typo
...
Corrected typo in statis HTML API docs
2013-04-03 12:52:03 -07:00
David M. Lee
73b234fd23
Corrected typo in statis HTML API docs
2013-04-03 14:44:49 -05:00
Tony Tam
df333fdfb5
added CORS filter
2013-04-03 00:27:51 -07:00
Tony Tam
99c292a7ad
removed unused files
2013-04-03 00:27:41 -07:00
Tony Tam
8cd540e2e1
updated links
2013-04-03 00:22:33 -07:00
Tony Tam
9bef2a8ac6
updated links
2013-04-03 00:20:32 -07:00
Tony Tam
e3ac63da93
fixed typo
2013-04-03 00:19:27 -07:00
Tony Tam
958206c469
added java sample
2013-04-03 00:19:21 -07:00
Tony Tam
98f1941b30
updated to snapshot
2013-03-22 11:03:21 -07:00
Tony Tam
812dc0f528
updated readme
2013-03-21 21:50:42 -07:00
Tony Tam
9fa5737f54
removed commented out block
2013-03-21 21:47:01 -07:00
Tony Tam
0188c719d0
updated example
2013-03-21 21:44:19 -07:00
Tony Tam
45ac101779
added field
2013-03-21 21:43:53 -07:00
Tony Tam
a75a406e05
formatting
2013-03-20 22:27:03 -07:00
Tony Tam
80b031710e
formatting
2013-03-20 22:26:24 -07:00
Tony Tam
87b1d71f72
updated readme
2013-03-20 21:38:23 -07:00
Tony Tam
9a86b1df8b
updated to scalatra 2.2.0
2013-03-20 21:35:41 -07:00
Tony Tam
b86eb53256
Merge branch 'master' of github.com:wordnik/swagger-codegen
2013-03-20 16:17:15 -07:00
Tony Tam
9f5be1cf5a
added README
2013-03-20 16:17:04 -07:00
Tony Tam
a1da95c9a5
Merge pull request #40 from eugen/make-models-optional
...
made Models optional
2013-03-20 07:18:48 -07:00
Eugen Anghel
cb422950f8
made Models optional
2013-03-20 09:49:56 +02:00
Tony Tam
af5f8909a6
added files
2013-03-13 23:47:05 -07:00
Tony Tam
0a7e606650
added file upload support
2013-03-13 23:45:26 -07:00
Tony Tam
c47e553425
added file upload support
2013-03-13 23:45:10 -07:00
Tony Tam
7659ab5a47
added file support
2013-03-13 20:06:48 -07:00
Tony Tam
a31ae97ea0
added file upload support
2013-03-13 19:59:15 -07:00
Ivan Porto Carrero
3cbf2abc5c
Merge branch 'master' of github.com:wordnik/swagger-codegen
2013-03-08 23:02:03 +01:00
mrjf
d92294695d
Merge pull request #37 from sibblegp/master
...
Fix Object Type Detection
2013-03-07 12:53:29 -08:00
George Sibble
d7e93cbda9
Fix Object Type Detection to Not Incorrectly Convert Booleans and 0 Integers to None
...
Prior to this patch, zero integers and False booleans were being converted to None since both evaluate the origin if statement (it not obj) to True.
Signed-off-by: George Sibble <gsibble@gmail.com>
2013-03-07 12:43:46 -06:00
mrjf
a9e0635d31
Merge pull request #34 from sibblegp/master
...
Add URL query parameters to all calls, not just GET
2013-03-06 22:35:28 -08:00
mrjf
f22dbc510d
Merge pull request #36 from mrjf/master
...
in Swagger.php, use dirname instead of grepping for slash, which could be / or \
2013-03-06 10:08:13 -08:00
Russell Horton
16aa731867
in Swagger.php, use dirname instead of grepping for slash, which could be / or \
2013-03-06 10:06:35 -08:00
Tony Tam
e1f295398e
added files per #35
2013-03-05 17:44:21 -08:00
George Sibble
d00c5d0ad8
Fix typo in python template
2013-03-04 20:05:11 -06:00
George Sibble
29a132496e
Fix My Own Mistake (GET Triggered an error)
...
Signed-off-by: George Sibble <gsibble@gmail.com>
2013-03-04 19:58:59 -06:00
George Sibble
c032b3c2d4
Move URL Query Parameters into All HTTP Verbs
...
HTTP Spec states that URL query parameters can be in all verbs. Should probably check all languages to make sure that query parameters are always passed even if it is not a GET call.
Signed-off-by: George Sibble <gsibble@gmail.com>
2013-03-04 19:30:24 -06:00