xhh
ed14c515bf
Add comments to string utility methods
2015-05-25 16:01:57 +08:00
xhh
19a8ac4841
Add unit tests
2015-05-25 12:32:24 +08:00
xhh
85d0e08a80
Rebuild Java Petstore client
2015-05-25 12:31:54 +08:00
xhh
141b580c8c
Minor improvement to Java API client accept and content-type header
2015-05-24 08:52:14 +08:00
Tony Tam
d447c423b5
updated test to get expected value
2015-05-23 08:33:48 -07:00
Tony Tam
f9ed8a9a08
updated test to get expected value
2015-05-23 08:33:40 -07:00
Tony Tam
11dd7784f8
rebuilt
2015-05-20 22:20:51 -07:00
wing328
2e85871a4b
remove hello.txt (created by mvn test)
2015-04-30 17:12:25 +08:00
wing328
303378c5eb
fix android required parameter check
2015-04-30 16:29:21 +08:00
wing328
fb3088b765
fixed required parameter in java api
2015-04-29 17:31:38 +08:00
Tony Tam
fad7246e05
removed file
2015-04-04 20:59:57 -07:00
Tony Tam
ba2ccf788c
name rebuilds, tests
2015-04-04 17:00:22 -07:00
xhh
d5ad4c4ae7
Fix date time format for Android client
...
According to Android's docs (https://developer.android.com/reference/java/text/SimpleDateFormat.html )
the `SimpleDateFormat` class in Android does not accept `XXX` as the timezone, it uses `Z` instead.
Also updated the date time format of Android and Java clients to include milliseconds.
2015-04-01 10:22:04 +08:00
Tony Tam
6ac497d774
rebuilt
2015-03-31 16:12:42 -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
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
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
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
62d28ebca5
better variable and model property naming for java
2015-03-22 23:24:43 +08:00
xhh
f8a5e900f8
Add parameterToString to normalize parameters for Java client
...
* Convert values to string for query/header/form parameters.
* For parameter of type Date, convert to ISO 8601 format.
* Also add utility methods to parse date in ISO 8601 format.
2015-03-18 18:58:13 +08:00
Tony Tam
9ae106affd
rebuilt clients
2015-02-17 21:37:51 -08:00
Tony Tam
31eb392d40
rebuild client
2015-02-16 17:55:15 -08:00
Tony Tam
9707f0a1ab
updated client
2015-02-15 21:18:54 -08:00
Tony Tam
20deb15c8c
updated client
2015-02-12 21:54:34 -08:00
Tony Tam
69dceb7f69
updated samples
2015-02-05 20:58:32 -08:00
Tony Tam
f7c6810757
updated samples
2015-02-05 11:35:13 -08:00
Tony Tam
2f16ee3b29
renamed package
2015-02-05 11:34:23 -08:00
Tony Tam
f8624dbcaa
update to m1 release
2015-02-03 21:50:02 -08:00
Tony Tam
23d2d09136
added help, dynamic loading
2014-11-26 16:37:44 -10:00
Tony Tam
4c674ca94b
rebuilt samples
2014-10-26 21:46:26 -07:00
Tony Tam
2dd73872a4
updated with tests
2014-09-26 09:38:07 -07:00
Rob Blair
fc77521d49
Simplify java sample poms.
...
* remove scala references from the java client pom template files.
* regenerate the petstore sample pom.xml, verify they can build properly.
2014-08-25 17:37:36 -07:00
Rob Blair
1522069281
Regenerate the java code before modifying templates
2014-08-25 17:35:44 -07:00
Tony Tam
454ec4b438
fix for #235
2014-08-08 16:38:38 -04:00
Rob Blair
233555790a
Regenerate sample java files with example response status codes
...
* none of existing examples use the responseMessage.responseModel feature, but I have tested it.
* Didn't want to muck with sample json
* update the scripts used to generate both java versions.
* see https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#525-response-message-object
2014-06-16 12:59:53 -07:00
Tony Tam
a404823c54
updated copyright
2014-06-10 17:23:35 -07:00
Tony Tam
c87d637edd
regenerated
2014-06-06 00:27:40 -07:00
Tony Tam
4f7b80dad2
added debug, fixed headers
2014-06-05 22:49:09 -07:00
Tony Tam
8bf042b153
updated sample with form param support
2014-03-05 07:54:03 -08:00
Tony Tam
bb3bd0d357
regenerated clients
2014-01-27 07:49:58 -08:00
Tony Tam
6c8aed5dcc
Merge pull request #112 from vaelen/fix-no-content
...
Updated Java client to handle the case of a NO_CONTENT response.
2014-01-16 13:36:06 -08:00
Andrew Young
bfb5b721c5
Merge remote-tracking branch 'upstream/master' into fix-no-content
...
Conflicts:
samples/client/petstore/java/src/main/java/com/wordnik/client/ApiInvoker.java
2013-12-02 13:42:15 -08:00
Robert Blair
9b6995f28c
Merge branch 'master' into issues/67
2013-11-29 10:49:48 -08:00
Robert Blair
90c14fd116
issue/91 - and also check in the generated fils
2013-11-27 20:04:57 -08:00
Rob Blair
3a8928f869
issues/91 - regenerate petstore java files
2013-11-27 14:19:56 -08:00
Andrew Young
8cc83d180d
Fixed spacing issue.
2013-11-27 12:58:58 -08:00