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
Tony Tam
507c2637a1
updated version, depenedencies
2011-10-27 10:15:34 -07:00
Ayush Gupta
d3e651e540
Merge branch 'javascript-support'
2011-10-27 16:55:57 +05:30
Ayush Gupta
b3edf05825
javascript library support
2011-10-27 16:45:49 +05:30
rpidikiti
c9d133297f
Mde code gen changes to reflect changes in allowable values
2011-10-20 00:00:30 -07:00
rpidikiti
fc18c1c94e
Added support for range and list allowable values
2011-10-19 16:03:25 -07:00
rpidikiti
60c577a283
1. Added logic to make sure header parameters are set in the headers in java and scala code gen. Header parameter names are also available in templates for other languages to use
...
2. Fixed issues with enum name generation in java code gen library.
2011-10-17 07:09:15 -07:00
fehguy
907c32af95
Merge pull request #4 from fehguy/master
...
fixed issues with requiredParams
2011-10-10 07:27:15 -07:00
Tony Tam
735d8c5726
added ruby code
2011-10-04 16:32:25 -07:00
Tony Tam
94d35980f9
added ruby scripts
2011-10-04 16:32:16 -07:00
Tony Tam
1f96222a9a
added default values, required flags
2011-10-04 16:27:50 -07:00
fehguy
66214a3dfd
Merge pull request #3 from fehguy/master
...
added support for escaping reserved words in attribute names
2011-09-28 18:29:54 -07:00
Tony Tam
b5a826fe5e
added jar target
2011-09-28 18:20:02 -07:00
Tony Tam
5c39d5e8c5
updated template
2011-09-28 17:39:26 -07:00
Tony Tam
25f7ec2bd5
added reserved word translation support
2011-09-28 17:37:30 -07:00
Deepak Michael
24ea2c6d6f
Swagger: AS3 sdk - Improved date handling
2011-09-14 20:44:48 +05:30
rpidikiti
2cc57fc30c
Fixed the typo in java lib instructions
2011-09-12 23:03:24 -07:00
rpidikiti
a0c7474c27
Updated java code gen to initialize API url at each service level.
2011-09-12 23:00:59 -07:00
Deepak Michael
3f72ca11fc
Swagger: AS3 sdk - Tests for generated library
2011-09-13 10:34:38 +05:30
rpidikiti
ea01c6a7f9
Fixed code gen issue for multi valued response
2011-09-12 18:11:18 -07:00
rpidikiti
d871755e8d
Fixed issues with list return types failing code gen for lanaguages that return Arrays for Lists
2011-09-12 17:46:05 -07:00
Tony Tam
d715574238
fixed template bug
2011-09-08 18:39:41 -07:00
fehguy
fd8d491a79
Merge pull request #2 from fehguy/master
...
added scala library support
2011-09-05 07:14:16 -07:00
Tony Tam
13dbfdf1a6
fixed newline
2011-09-04 22:13:04 -07:00
Tony Tam
cabdb8b68c
added sample scripts
2011-09-04 22:06:34 -07:00