Tony Tam
134c900aa1
reorded for cleanliness
2014-09-19 16:28:56 -07:00
Tony Tam
504e1b28c5
added model package to templates
2014-09-19 14:05:31 -07:00
Tony Tam
b90742e995
updated template location, added snapshot
2014-09-18 08:28:19 -07:00
Tony Tam
9ab12eeda3
added mapping
2014-09-14 22:44:29 -07:00
Tony Tam
2128741218
removed println
2014-09-14 22:44:18 -07:00
Tony Tam
4442dcf203
added operationId generator
2014-09-14 22:44:05 -07:00
Tony Tam
fff1f30dba
updated the query params
2014-09-14 21:44:07 -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
aa162b9393
updated to 2.0
2012-08-24 15:27:08 -07:00
Marek Stój
43d15d4d00
Fixed CSharpDataTypeMappingProvider for string type.
2012-05-12 10:56:59 +02:00
Marek Stój
094a1f2040
Added support for the C# language.
2012-05-12 09:39:52 +02: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
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
7f735fa1ce
Added support for arrays and also warning for objects with null properties
2012-01-19 17:23:06 -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
Russell Horton
117cf21de7
fixed missing '/' path issue for library home
2011-11-29 13:28:48 -08:00
Russell Horton
37470775c9
cleaned up PHP library generated code path
2011-11-22 14:50:36 -08:00
rpidikiti
50a35f6a65
Fixed client performance issue and also handling of auth token logic
2011-11-21 11:50:08 -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
Ayush Gupta
6848b9ad59
improvements and bug-fixes in Javascript library
2011-11-03 18:05:13 +05:30
Tony Tam
4920da870a
added php client
2011-10-28 09:37:08 -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
Tony Tam
735d8c5726
added ruby code
2011-10-04 16:32:25 -07:00
Tony Tam
1f96222a9a
added default values, required flags
2011-10-04 16:27:50 -07:00
Tony Tam
25f7ec2bd5
added reserved word translation support
2011-09-28 17:37:30 -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