Tony Tam
744952aee4
formatting
2015-03-31 15:57:50 -07:00
William Cheng
cb2f1e1bb1
update test case for StoreApi.getOrderById (id: 1 => 2)
2015-03-31 14:37:59 +08:00
William Cheng
59140bd3f3
remove commented unused code from response spec
2015-03-31 14:17:58 +08:00
William Cheng
0ee39c67fe
fix rspec, update ruby client default configuration
2015-03-31 01:28:33 +08:00
Tony Tam
3739d2876e
removed file
2015-03-29 20:50:23 -07:00
Tony Tam
367f81d52d
Merge branch 'add_csharp_codegen' of https://github.com/wing328/swagger-codegen into wing328-add_csharp_codegen
2015-03-29 20:03:16 -07:00
Tony Tam
b10445f3f6
Merge pull request #561 from wing328/ruby_doc
...
Update ruby api files with better documentation
2015-03-29 19:58:21 -07:00
Tony Tam
943efce971
rebuilt
2015-03-29 19:43:29 -07:00
Tony Tam
a5c92be360
updated sample
2015-03-29 19:41:37 -07:00
Tony Tam
63fae85ff4
updated sample
2015-03-29 19:40:54 -07:00
wing328
9981daad61
add back php petstore samples
2015-03-30 09:39:37 +08:00
wing328
c1824b5387
fix parameter name in API, update petstore sample
2015-03-30 09:31:49 +08:00
Tony Tam
517c0a4f52
Merge pull request #558 from geekerzp/develop_2.0_objc_jsonmodel
...
Add JSONModel to objective-c client
2015-03-29 08:53:14 -07:00
Tony Tam
cab50ccb59
Merge pull request #548 from xhh/java-android-user-agent
...
Set default User-Agent for Java and Android clients
2015-03-29 08:52:56 -07:00
Tony Tam
e51f548807
Merge pull request #559 from wing328/java_doc
...
Update Java documentation for methods (endpoints)
2015-03-29 08:52:32 -07:00
Tony Tam
8a214838e5
Merge pull request #565 from wing328/php_doc
...
Update PHP documentation for method
2015-03-29 08:52:01 -07:00
geekerzp
37118cab47
Merge branch 'develop_2.0' into develop_2.0_objc_jsonmodel
...
Conflicts:
samples/client/petstore/objc/PetstoreClient/PetstoreClientTests/PetApiTest.m
2015-03-29 18:15:02 +08:00
geekerzp
e6d7517e63
Update api-body.mustache, api-header.mustache,
...
apiBodyResponseWithContainer.mustache and apiNonPrimitiveResponse.mustache
templates in objective-c client.
* Update `asDictionary` method to `toDictionary` method which provided by
JSONModel.
* Update `initWithValues` method to `initWithDictionary` method which
provided by JSONModel.
2015-03-29 18:06:52 +08:00
xhh
90db8e2147
Add setUserAgent method to Java and Android clients
2015-03-29 09:55:20 +08:00
xhh
65883a5d85
Set default User-Agent for Java and Android clients
2015-03-29 09:55:19 +08:00
Tony Tam
492ab20c00
fix for issue 567, added reserved words, rebuilt client
2015-03-28 10:42:02 -07:00
William Cheng
836f7ecb95
rebase with develop_2.0
2015-03-28 22:55:15 +08:00
William Cheng
c2b3e68f8c
rebase on develop_2.0
2015-03-28 16:48:07 +08:00
William Cheng
27e1b1c4b2
update java doc
2015-03-28 16:43:15 +08: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
William Cheng
bdd1d1621f
remove {{newLine}} and replace tab wtih 2 spaces
2015-03-27 23:55:26 +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
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
8b98a92805
adds tests, fixes for java templates
2015-03-26 20:32:59 -07: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
Tony Tam
20add5b58e
updated tests, jetty
2015-03-25 16:16:03 -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
85463f049c
rebuilt sample
2015-03-24 19:56:45 -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
William Cheng
8107162540
update ruby codgen for better naming convention
2015-03-24 16:24:31 +08:00
William Cheng
87b85e5b93
remove old php model files
2015-03-24 02:33:08 +08:00
William Cheng
fd602af180
better naming convention for android-java codegen
2015-03-23 15:41:24 +08:00
William Cheng
62d28ebca5
better variable and model property naming for java
2015-03-22 23:24:43 +08:00
Tony Tam
f008b75e99
Merge pull request #528 from wing328/php_better_variable_naming
...
PHP better naming convention
2015-03-21 08:18:46 -07:00
xhh
b5a4d5be04
Add support of form parameter to Android client
...
* Handle form parameters in a way similar to Java client.
* Handle file uploading.
* Normalize query, header and form parameters with the
ApiInvoker.parameterToString method, which formats Date value to ISO 8601.
2015-03-21 22:20:28 +08:00
William Cheng
c36e5a96fe
update php codegen with better naming convention
2015-03-20 21:56:41 +08:00
Tony Tam
d332cdf200
Merge pull request #522 from wing328/ruby_user_agent
...
Fix User-Agent in Ruby API cleint
2015-03-19 08:32:59 -07:00
William Cheng
ab8d62214a
add attributemap to php model, update php petstore sample
2015-03-19 20:58:22 +08:00
William Cheng
a149bb9120
update ruby petstore example
2015-03-19 17:17:39 +08:00
Tony Tam
93afc3bd95
Merge pull request #516 from wing328/ruby_header_param
...
Bug fix for ruby header parameter and better code format
2015-03-18 22:58:31 -07:00