William Cheng
836f7ecb95
rebase with develop_2.0
2015-03-28 22:55:15 +08:00
Tony Tam
7383520639
added objc target
2015-03-28 10:48:18 -07:00
Tony Tam
49e9c74324
Merge pull request #572 from swagger-api/issue-567
...
Issue 570
2015-03-28 10:46:17 -07:00
Tony Tam
492ab20c00
fix for issue 567, added reserved words, rebuilt client
2015-03-28 10:42:02 -07:00
Tony Tam
92621f2f2d
fix for issue 567, added reserved words, rebuilt client
2015-03-28 10:41:51 -07:00
Tony Tam
f2ce5ef273
Merge pull request #571 from lanwen/cli-doc
...
update docs and bash about CLI usage, deprecate old cli classes
2015-03-28 08:50:46 -07:00
MerkushevKirill
0dcd307333
update docs and bash about CLI usage, deprecate old cli classes
...
(after #547 )
2015-03-28 12:34:44 +03:00
Tony Tam
a62cd193ad
Merge pull request #569 from swagger-api/issue-567
...
updated camelize function for #567
2015-03-27 23:23:02 -07:00
Tony Tam
0686a91690
updated camelize function for #567
2015-03-27 23:18:54 -07:00
Tony Tam
4f6d5f6265
Merge pull request #568 from swagger-api/feature/objc-templates
...
Feature/objc templates
2015-03-27 23:04:16 -07:00
Tony Tam
99271e77ab
added multi-param args
2015-03-27 22:55:06 -07:00
Tony Tam
c9a2a14da5
added queryParamCollection
2015-03-27 22:17:50 -07:00
Tony Tam
236a1147b7
minor comment
2015-03-27 09:53:40 -07:00
Tony Tam
98c8f867e5
enabled java test
2015-03-27 08:52:22 -07:00
Tony Tam
3d12c8847f
Merge pull request #562 from swagger-api/feature/java-client
...
Feature/java client
2015-03-26 23:31:47 -07:00
Tony Tam
5d6d563a8e
updated versions
2015-03-26 23:17:17 -07:00
Tony Tam
442be8624c
rebuilt client, added tests
2015-03-26 23:10:10 -07:00
Tony Tam
287bb7d936
fixed builder, error msg
2015-03-26 23:09:47 -07:00
Tony Tam
ddb1d6e0d3
removed 404 handling
2015-03-26 23:09:29 -07:00
Tony Tam
8b98a92805
adds tests, fixes for java templates
2015-03-26 20:32:59 -07:00
Tony Tam
a2dc767559
Update .travis.yml
2015-03-25 20:57:48 -07:00
Tony Tam
20add5b58e
updated tests, jetty
2015-03-25 16:16:03 -07:00
Tony Tam
b7c2c3448e
renamed package
2015-03-25 12:12:04 -07:00
Tony Tam
f577345b14
fixed examples, readme
2015-03-25 12:11:40 -07:00
Tony Tam
d2f5b9ea65
added recursion check
2015-03-25 11:11:04 -07:00
Tony Tam
e8052f0505
Merge pull request #550 from swagger-api/feature/ios-templates
...
added command-line tests
2015-03-25 09:27:42 -07:00
Tony Tam
be373f88d4
fixed test errors
2015-03-25 09:27:12 -07:00
Tony Tam
ceffa10ab7
added command-line tests
2015-03-24 23:24:13 -07:00
Tony Tam
b36f3c98ca
Merge pull request #547 from lanwen/cli
...
add - new command line interface in distribution module
2015-03-24 20:34:34 -07:00
Tony Tam
f459982560
Merge pull request #549 from swagger-api/feature/ios-templates
...
Feature/ios templates
2015-03-24 19:59:54 -07:00
Tony Tam
56104566fc
added void response
2015-03-24 19:57:51 -07:00
Tony Tam
85463f049c
rebuilt sample
2015-03-24 19:56:45 -07:00
Tony Tam
30acfc1869
added sys property
2015-03-24 19:56:38 -07:00
Tony Tam
2ce0049ce4
updated templates to fix petstore build error
2015-03-24 19:56:28 -07:00
Tony Tam
e82ecf695d
added array support
2015-03-24 19:56:04 -07:00
Tony Tam
dc9a00809c
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
2015-03-24 17:13:02 -07:00
Tony Tam
31418b3936
added property for app name
2015-03-24 17:12:20 -07:00
Tony Tam
db14a3fd05
added property for app name
2015-03-24 17:02:12 -07:00
Tony Tam
de0e108d27
added property for app name
2015-03-24 17:02:03 -07:00
Tony Tam
b8cd52aa07
Merge pull request #540 from lanwen/develop_2.0
...
rft - only codestyle, remove wildcard imports and use string-utils from apache
2015-03-24 16:56:01 -07:00
Tony Tam
16403950d5
Merge pull request #545 from wing328/ruby_better_naming
...
Update ruby codgen for better naming convention
2015-03-24 16:53:20 -07:00
MerkushevKirill
8ba444141e
add - new command line interface in distribution module
...
can replace Codegen and MetaGenerator classes. Provides a bit different cli interface
based on refactored pom from #541 ,
affects #349
```
usage: swagger <command> [<args>]
The most commonly used swagger commands are:
generate Generate code with chosen lang
help Display help information
langs Shows available langs
meta MetaGenerator. Generator for creating a new template set and configuration for Codegen. The output will be based on the language you specify, and includes default templates to include.
```
**generate** and **meta** commands have same as current cli options
2015-03-25 01:59:55 +03:00
William Cheng
fb3e44ecc4
break down ruby reservedWord list into multiple lines
2015-03-24 16:34:41 +08:00
William Cheng
8107162540
update ruby codgen for better naming convention
2015-03-24 16:24:31 +08:00
MerkushevKirill
ee096569c4
rft - only codestyle with indents, remove wildcard imports and use string-utils from apache
2015-03-24 11:13:01 +03:00
Tony Tam
81e1fd53e2
Merge pull request #544 from geekerzp/develop_2.0_python_key_map
...
Support attribute key mapping in python client
2015-03-23 22:18:25 -07:00
geekerzp
07237f8eb9
add model attribute name json key mapping in python clent
2015-03-24 11:55:20 +08:00
Tony Tam
9442e23fd9
Merge pull request #543 from wing328/remove_old_php_sample
...
Remove old model files in PHP petstore
2015-03-23 20:35:13 -07:00
Tony Tam
fe82d7dc05
Merge pull request #542 from mrwanny/fix_MissingTag_StringIndexOutOfBoundsException
...
fix StringIndexOutOfBoundsException when tag is not provided
2015-03-23 16:22:01 -07:00
Wanny
915fcf9b92
fix cleanup
2015-03-23 16:08:26 -07:00