Commit Graph

1007 Commits

Author SHA1 Message Date
Tony Tam
9be7a3f53c [maven-release-plugin] prepare for next development iteration 2012-04-12 17:41:22 -07:00
Tony Tam
f7acc4bc9c [maven-release-plugin] prepare release swagger-codegen_2.9.1-1.1 2012-04-12 17:41:15 -07:00
Tony Tam
f0a614cc7b moved plugin 2012-04-12 17:40:48 -07:00
Tony Tam
195378c29d [maven-release-plugin] prepare for next development iteration 2012-04-12 17:38:39 -07:00
Tony Tam
7395a0826c [maven-release-plugin] prepare release swagger-codegen_2.9.1-1.1 2012-04-12 17:38:33 -07:00
Tony Tam
097e4c1e24 moved plugin 2012-04-12 17:38:08 -07:00
Tony Tam
7581f3709a moved plugin 2012-04-12 17:36:36 -07:00
Tony Tam
8287221cf0 [maven-release-plugin] prepare for next development iteration 2012-04-12 17:31:08 -07:00
Tony Tam
542611c51c [maven-release-plugin] prepare release swagger-codegen_2.9.1-1.1 2012-04-12 17:31:02 -07:00
Tony Tam
52e8a6943b [maven-release-plugin] prepare for next development iteration 2012-04-12 17:26:08 -07:00
Tony Tam
acdb168118 [maven-release-plugin] prepare release swagger-codegen_2.9.1-1.1 2012-04-12 17:25:59 -07:00
Tony Tam
edda156d88 added gpg plugin 2012-04-12 17:24:29 -07:00
Tony Tam
97f82dd7da [maven-release-plugin] prepare for next development iteration 2012-04-12 17:22:42 -07:00
Tony Tam
f3b2d28fa9 [maven-release-plugin] prepare release swagger-codegen_2.9.1-1.1 2012-04-12 17:21:25 -07:00
Tony Tam
1b9e1d90ae added gpg plugin 2012-04-12 17:20:56 -07:00
Tony Tam
34219bfc86 [maven-release-plugin] prepare for next development iteration 2012-04-12 17:19:39 -07:00
Tony Tam
cb30fb4e00 [maven-release-plugin] prepare release swagger-codegen_2.9.1-1.1 2012-04-12 17:19:33 -07:00
Tony Tam
3cd6e211cd release prepare 2012-04-12 17:18:12 -07:00
Tony Tam
572732158a merged from wordnik branch 2012-04-12 17:17:54 -07:00
Tony Tam
ff8928e159 merged from wordnik branch 2012-04-12 17:17:43 -07:00
rpidikiti
006f7d1589 Reverted the change and moved into wordnik specific branch 2012-03-05 12:57:54 -08:00
Colin Pollock
f2b09faf66 Fix for finding models needed by methods: ignoring valueTypeInternal. 2012-02-29 13:14:29 -08:00
Colin Pollock
8307aca59d Change to Scala's codegen: post params weren't being found because Model's name is a class name and a param's valueTypeInternal is package + class name so they weren't matching. 2012-02-28 01:11:14 -08:00
Colin Pollock
d4a8287a40 Changes to Scala ResourceObject: (1) If return type is primitive, wrap it in option. (2) If APIInvoker returns null or raises 404 exception return None if primitive return or List() if collection. 2012-02-28 01:08:56 -08:00
Colin Pollock
a4e8a18fd6 Ignoring swap files. 2012-02-28 01:06:22 -08:00
rpidikiti
fe70dead59 made mvn compliant and also fixed issue sin scala resource template 2012-02-24 11:58:17 -08:00
rpidikiti
edf0be71f8 made mvn compliant and also fixed issue sin scala resource template 2012-02-24 11:38:41 -08:00
rpidikiti
293f8ad1f5 Fixed issue in generating classes for collection of collections in java and scala 2012-02-10 14:21:20 -08:00
rpidikiti
99dcb02c23 Added support to handle arrays in method post data. 2012-01-24 23:09:57 -08:00
rpidikiti
7d915e4b23 Fixed encoding issues with query and path parameters in java and scala code gen. 2012-01-23 12:45:23 -08:00
rpidikiti
7f735fa1ce Added support for arrays and also warning for objects with null properties 2012-01-19 17:23:06 -08:00
fehguy
16c0f45489 Merge pull request #8 from deepak-michael/master
AS3 swagger codegen update to handle overloading scenarios
2011-12-13 05:50:20 -08:00
Deepak Michael
2c5c94d2e0 Handling resource methods with the same name in languages where overloading is not supported 2011-12-13 07:47:13 +05:30
rpidikiti
2038a9a8c1 Fixed path and query param encoding issue with javascript code gen. 2011-12-01 22:08:21 -08:00
fehguy
e31b113f51 Added python example 2011-11-29 13:54:51 -08:00
fehguy
152c083e2e Merge pull request #7 from mrjf/master
fixed missing '/' in library home path
2011-11-29 13:52:46 -08:00
Russell Horton
117cf21de7 fixed missing '/' path issue for library home 2011-11-29 13:28:48 -08:00
fehguy
a19a8d7e99 Merge pull request #6 from mrjf/master
list serialization to CSV, generic header param handling (for auth_token), cleaner php codegen path
2011-11-22 21:35:20 -08:00
Russell Horton
37470775c9 cleaned up PHP library generated code path 2011-11-22 14:50:36 -08:00
Russell Horton
fc7b45b5e9 Added serialization from list to CSV string, and generic header param handling 2011-11-22 14:50:02 -08:00
rpidikiti
50a35f6a65 Fixed client performance issue and also handling of auth token logic 2011-11-21 11:50:08 -08:00
rpidikiti
704bfd7cb1 Fixed IE issues and also returning ajax request object as part fo invoking the method 2011-11-15 19:21:39 -08:00
Zeke Sikelianos
7339611575 Merge pull request #5 from mrjf/master
Python templates
2011-11-11 10:46:55 -08:00
Russell Horton
087b22bcf3 Added templates and config for Python client generation. 2011-11-11 01:06:12 -08:00
rpidikiti
9b1d1a9dad 1. Added list imports for java and scala model objects
2. Added logic to parse lists and convert them to coma separated values for query string input
3. For java class name generator remove . if the same exists in the class name
4. If input model is already generated then ignore the same.
2011-11-10 14:34:09 -08:00
rpidikiti
40f6c50bc1 Fixed issue with variable initialization 2011-11-09 09:05:21 -08:00
Ayush Gupta
6848b9ad59 improvements and bug-fixes in Javascript library 2011-11-03 18:05:13 +05:30
Tony Tam
e53db55017 updated docs 2011-10-28 09:43:37 -07:00
Tony Tam
d571aa1186 added slf4j 2011-10-28 09:39:19 -07:00
Tony Tam
4920da870a added php client 2011-10-28 09:37:08 -07:00