Tony Tam
5a4af29f0e
fix for #156
2014-02-19 12:15:50 -08:00
Tony Tam
d72578e492
removed .yml suffix
2014-02-19 12:13:51 -08:00
Tony Tam
405e8b1786
Merge pull request #151 from yanoosh/accepts-header
...
Added consumes and produces to php templates.
2014-02-11 22:32:29 -08:00
Janusz Jabłoński
8909bd4ba1
Added consumes and produces to php templates.
2014-02-11 12:42:30 +01:00
Tony Tam
e9af56eb87
Update README.md
2014-02-06 18:14:17 -08:00
Tony Tam
ee361e9ae2
Merge pull request #150 from msolujic/master
...
Added 'char' and 'short' to alowed special words for Java generator.
2014-02-06 18:07:22 -08:00
msolujic
a580c38fed
Added 'char' and 'short' to alowed special words for Java generator.
2014-02-07 02:53:09 +01:00
Tony Tam
668059a2c4
added travis build file
2014-02-05 09:08:14 -08:00
Tony Tam
31a53d5842
fix for #147
2014-02-05 08:59:28 -08:00
Tony Tam
e4e768062a
Merge pull request #142 from bkowalik/master
...
BasicGenerator refactoring
2014-02-03 23:16:05 -08:00
Tony Tam
3192240dc0
Merge pull request #126 from cb372/joda-time-dependency
...
Add joda-time support to BasicJavaGenerator
2014-02-03 22:36:39 -08:00
Tony Tam
2d9a011f82
Merge pull request #133 from giodude/master
...
Explicitly defined type of a few properties
2014-02-03 22:36:01 -08:00
Tony Tam
476aed7f5b
Merge branch 'master' of github.com:wordnik/swagger-codegen
2014-02-03 17:31:35 -08:00
Tony Tam
09580c2d87
added publish fat jar
2014-02-03 17:31:19 -08:00
Bartosz Kowalik
48a07d031e
BasicGenerator refactoring
2014-01-30 10:36:36 +01:00
Tony Tam
7414a9d56a
Merge pull request #141 from radius314/master
...
Fix for non-GET verbs
2014-01-29 17:37:07 -08:00
Tony Tam
91e08b5524
fix for #140
2014-01-29 17:14:28 -08:00
Danny Gershman
8abb6521b4
removed line break
2014-01-29 19:45:24 -05:00
Danny Gershman
6394e5448c
the verb wasn’t being set for web client, thus non GETs would probably always fail
2014-01-29 19:35:54 -05:00
Chris Birchall
2f5651d988
Add the API version to the Mustache model when generating supporting files.
...
This makes it easy to generate a client with version numbering in sync
with the server's advertised API version.
2014-01-28 15:44:38 +09:00
Tony Tam
a7afbd106f
Merge pull request #138 from radonsky/add_getter_and_setter_to_parameters
...
added “getter” and “setter” to operation parameter properties
2014-01-27 14:31:48 -08:00
Marek Radonsky
d67774d90f
added “getter” and “setter” to operation parameter properties
2014-01-27 13:56:28 -08:00
Tony Tam
07f36d3500
Merge pull request #137 from radonsky/clone_required_parameters
...
clone the parameter map when creating list of required parameters
2014-01-27 13:22:06 -08:00
Marek Radonsky
cc1bcf7989
clone the parameter map when creating list of required parameters
2014-01-27 13:11:20 -08:00
Tony Tam
096653daf7
removed old pom
2014-01-27 07:50:38 -08:00
Tony Tam
773a6b50eb
fixed scala-reflect library inclusion
2014-01-27 07:50:23 -08:00
Tony Tam
bb3bd0d357
regenerated clients
2014-01-27 07:49:58 -08:00
Tony Tam
16eb944d2f
Merge branch 'master' of github.com:wordnik/swagger-codegen
2014-01-27 07:48:44 -08:00
Tony Tam
74df3ab4f7
fix for csharp array response type
2014-01-27 07:48:29 -08:00
Chris Birchall
d18e75bbf1
Fixup: change spaces to tab
2014-01-26 11:34:04 +09:00
Chris Birchall
b7cffe4121
Add and register Jackson Joda-Time module
2014-01-26 11:31:08 +09:00
Tony Tam
5180b09acb
Merge pull request #134 from bkowalik/master
...
Lack of models description bugfix
2014-01-24 10:44:45 -08:00
Bartosz Kowalik
6fad954147
Lack of models description bugfix
2014-01-24 19:33:50 +01:00
Giovanni Botta
3b1eac0e50
Explicitly defined type of a few properties
...
As per [this issue](https://github.com/wordnik/swagger-codegen/issues/130 ) this change makes the signature of those three properties consistent with their superclass so that traits assuming that signature can be mixed in.
2014-01-24 09:37:03 -05:00
Tony Tam
7715dbf0f2
Merge pull request #132 from gyeh/master
...
Fix docs to point to correct swagger spec URL
2014-01-22 13:45:48 -08:00
gyeh
bbb682c13d
Fix docs to point to correct swagger spec URL
2014-01-22 12:01:44 -08:00
Tony Tam
42a8514c22
updated to scalatra 2.3
2014-01-21 09:40:42 -08:00
Tony Tam
ffca1e2969
updated listings
2014-01-21 09:39:30 -08:00
Tony Tam
1aa65bc14b
Merge pull request #131 from cb372/fix-auth-deser
...
Fix deserialization of "authorizations" fields
2014-01-21 09:36:56 -08:00
Chris Birchall
1f46819b61
Fix deserialization of "authorizations" fields
...
Deserializer should expect a Map[String, AuthorizationType], not a
List[String].
2014-01-21 20:17:34 +09:00
Tony Tam
5892fdb2bb
manual merge of #125
2014-01-16 20:34:26 -08:00
Tony Tam
32d792de01
Merge pull request #122 from vaelen/android-ignore-ssl-certificates
...
Update android target to work with self signed certificates if needed.
2014-01-16 20:30:19 -08:00
Tony Tam
82646f34ca
Merge pull request #108 from backstop/generate-client-without-exit
...
Extract actual work from generateClient so that we can call it without killing the JVM.
2014-01-16 20:29:27 -08:00
Tony Tam
4f25ea7e6b
Merge pull request #127 from cb372/fix-pom-fields
...
Improve groupId, artifactId, name in generated pom.xml
2014-01-16 20:19:25 -08:00
Chris Birchall
146f5c4c2a
Improve groupId, artifactId, name in generated pom.xml
...
1. Replace hardcoded groupId (`com.wordnik`) with `package` variable.
2. artifactId and name were using non-existent variable `artifactId`.
This results in an empty artifactId, which makes Maven puke.
Replaced them with a sensible hardcoded value, "api-client".
2014-01-17 11:39:22 +09:00
Chris Birchall
6b9cba1411
Add joda-time support to BasicJavaGenerator
...
* Add joda-time as a dependency in pom.xml
* Add import mappings for commonly used joda-time classes
2014-01-17 10:34:19 +09:00
Tony Tam
a413efc3ca
Merge pull request #121 from vaelen/fix-android-param-names
...
Fixes a bug where the wrong name was being used for header parameters in the Android code generator.
2014-01-16 13:36:57 -08:00
Tony Tam
6c8aed5dcc
Merge pull request #112 from vaelen/fix-no-content
...
Updated Java client to handle the case of a NO_CONTENT response.
2014-01-16 13:36:06 -08:00
Andrew Young
52905fd6de
Adds http scheme back in.
2014-01-08 16:32:30 -08:00
Andrew Young
f8807c7440
Code cleanup.
2014-01-08 16:32:13 -08:00