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
William Cheng
bdd1d1621f
remove {{newLine}} and replace tab wtih 2 spaces
2015-03-27 23:55:26 +08:00
Tony Tam
98c8f867e5
enabled java test
2015-03-27 08:52:22 -07:00
William Cheng
bfb35aa3ee
remove {{newline}} as it has no impact at all
2015-03-27 23:49:27 +08:00
William Cheng
6ab51bcb4e
remove tab with 2 spaces in php api template
2015-03-27 23:11:13 +08:00
William Cheng
1c547e9598
update php documentation
2015-03-27 22:40:59 +08:00
geekerzp
19c05eefab
Merge branch 'develop_2.0' into develop_2.0_objc_jsonmodel
...
Conflicts:
pom.xml
2015-03-27 17:27:58 +08: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
William Cheng
8b4a077f8a
Merge branch 'ruby_doc' of https://github.com/wing328/swagger-codegen into ruby_doc
2015-03-27 02:12:33 +08:00
William Cheng
3d53cfc298
better ruby method argument format
2015-03-27 02:11:49 +08:00
William Cheng
fb2ab79455
update ruby doc
2015-03-27 02:11:49 +08:00
William Cheng
731bfc1fc6
Merge branch 'java_doc' of https://github.com/wing328/swagger-codegen into java_doc
2015-03-27 02:00:05 +08:00
William Cheng
ae52a62c09
update java doc
2015-03-27 01:59:05 +08:00
William Cheng
9ba1398831
better ruby method argument format
2015-03-26 20:20:28 +08:00
William Cheng
a4690d76db
update ruby doc
2015-03-26 19:55:48 +08:00
William Cheng
fe11b064af
update java doc
2015-03-26 16:27:00 +08:00
Tony Tam
a2dc767559
Update .travis.yml
2015-03-25 20:57:48 -07:00
geekerzp
93e19e48db
update swagger-core version to 1.5.4-M1-SNAPSHOT
2015-03-26 11:23:47 +08:00
geekerzp
fbe069cf5c
add jsonmodel in objective-c client
2015-03-26 10:07:33 +08: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
James Ebentier
bf46da7c14
Python: modifying request headers in ApiClient to act like those in Java and PHP
2015-03-25 11:44:46 -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