Tony Tam
890b1ee3c2
updated package
2013-12-03 12:15:20 -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
Tony Tam
1b8bb4a0a6
rebuilt client
2013-11-28 13:28:26 -10:00
Tony Tam
7f35b875a4
Merge branch 'issues/91' of git://github.com/RobBlairInq/swagger-codegen into RobBlairInq-issues/91
2013-11-28 10:56:36 -10:00
Tony Tam
b5d2ed0322
Merge pull request #113 from RobBlairInq/issues/rebuildall
...
add script to run all the sample build scripts
2013-11-28 11:01:37 -08:00
Robert Blair
a7b78a6210
add script to run all the sample build scripts
2013-11-27 20:30:31 -08:00
Robert Blair
90c14fd116
issue/91 - and also check in the generated fils
2013-11-27 20:04:57 -08:00
Robert Blair
830ad87fcb
issues/91 - enum in model commented out by default
2013-11-27 18:03:57 -08:00
Rob Blair
3a8928f869
issues/91 - regenerate petstore java files
2013-11-27 14:19:56 -08:00
Rob Blair
f883c5e77c
issues/91 - allow enum and min/max to be used in templates
...
* parse numeric min / max values, include in parameters
* pass along the allowable values in the model used by templates
* ensure ‘hasMore’ is set for more parameter lists used by templates
* java model now includes min / max in comment, and allowed enum values as model children
* note: enums in spec can contain non-java characters, so the User.java in examples does not compile presently.
2013-11-27 14:18:35 -08:00
Andrew Young
8cc83d180d
Fixed spacing issue.
2013-11-27 12:58:58 -08:00
Andrew Young
65cc529ec6
Updated to handle the case of a NO_CONTENT response.
2013-11-27 12:52:38 -08:00
Andrew Young
9686ceed2d
Updated sample code to reflect changes.
2013-11-27 12:52:38 -08:00
Robert Blair
2c73efa536
And rebuild the samples for android-java
2013-11-27 08:02:42 -08:00
Robert Blair
800312361f
Also android-java templates:
...
Rebuild wording sample ApiInvoker from latest.To throw expected ApiException instead of NullPointerException, check required parameters before use
2013-11-27 08:02:03 -08:00
Robert Blair
59897c19a9
Rebuild wording sample ApiInvoker from latest.
2013-11-27 01:16:58 -08:00
Robert Blair
08a3e9e881
Rebuild generated java samples with ApiException checking properly located
2013-11-27 01:16:21 -08:00
Robert Blair
1e2f7cb1f8
To throw expected ApiException instead of NullPointerException, check required parameters before use
2013-11-27 01:13:51 -08:00
Robert Blair
17c38115e6
rebuild java files before changes to template
2013-11-27 01:05:13 -08:00
Robert Blair
0ee6531fcd
Version mapping for scala 2.10.* should be consistent.
2013-11-27 01:02:04 -08:00
George Shakhnazaryan
87c12c155d
Extract actual work from generateClient so that we can call it without killing the JVM.
2013-11-19 15:55:06 -06:00
SimonKaluza
b373e4312e
Fixed SWGApiClient.m's run-type type checking to allow NSArrays to be passed (for Swagger-generated methods that rely on List parameters in the HTTP body)
2013-11-12 23:26:09 -05:00
Ivan Porto Carrero
b39a609226
Merge branch 'master' of github.com:wordnik/swagger-codegen
2013-11-09 12:18:42 -08:00
Ivan Porto Carrero
d25f64cca0
change to return transpor client in async scala client
2013-11-09 12:18:20 -08:00
Tony Tam
0d40a53e06
Merge pull request #101 from joeltgf/master
...
Change "success" response status code in Java ApiInvoker to all 2xx responses vs. just 200.
2013-11-04 09:57:09 -08:00
Joel Caplin
c779905163
Rationalize response status code check. Ensure that all bona fide 2xx responses are treated in the same way that "200 OK" is.
...
Previously, was explicitly checking for response code 200 (ClientResponse.Status.OK).
Now, checks the family of the response to make sure it is successful (Family.SUCCESSFUL). This enables us to POST to resources that return 201 created - without having to handle a checked ApiException.
2013-10-31 18:23:44 -07:00
Tony Tam
59da358eb5
Merge branch 'master' of github.com:wordnik/swagger-codegen
2013-10-22 12:08:56 -07:00
Tony Tam
b815ffa403
formatting
2013-10-22 12:08:43 -07:00
Tony Tam
27a8be2381
upped version for release
2013-10-22 12:08:31 -07:00
Tony Tam
d5b53a1778
updated templates
2013-10-22 02:24:37 -07:00
Tony Tam
01b745c366
added hack to support writing json models in 1.1 format
2013-10-22 02:23:50 -07:00
Russell Horton
af96f33e6f
regenerated python, python3 and php clients
2013-10-18 16:24:08 -07:00
Tony Tam
2dda926cb6
added path to spec files
2013-10-18 16:05:50 -07:00
Tony Tam
8fb6fc847c
fix for #81
2013-10-18 15:26:20 -07:00
Tony Tam
11d1b8fcd4
Merge branch 'master' of github.com:wordnik/swagger-codegen
2013-10-18 14:46:21 -07:00
Tony Tam
5076d76a74
updated scripts to detect scala version and use appropriate library if possible
2013-10-18 14:46:03 -07:00
Tony Tam
044621b325
fixed import issue for objc
2013-10-18 14:45:45 -07:00
Tony Tam
5a3426dee6
renamed to use SWG as default prefix
2013-10-18 14:45:29 -07:00
Tony Tam
b6b28bb1a2
added version checking to avoid runtime scala incompatibilities
2013-10-18 14:45:05 -07:00
Tony Tam
189569518d
updated to use afnetworking, cocoapods
2013-10-18 14:44:44 -07:00
Tony Tam
731fddbc30
regenerated client
2013-10-18 14:44:02 -07:00
Tony Tam
c4990b773d
regenerated client
2013-10-18 14:43:26 -07:00
Tony Tam
d56c5e3b44
regenerated client
2013-10-18 14:42:57 -07:00
Tony Tam
6f1a4a2f82
Merge pull request #70 from sibblegp/fix_python_obj_type
...
Only check in lists and dictionaries
2013-10-18 08:25:10 -07:00
Tony Tam
a96d49f045
Merge pull request #100 from JanxSpirit/master
...
more descriptive exception message than MatchError
2013-10-16 20:21:11 -07:00
Gregg Carrier
ee19dfadf1
more descriptive exception message than MatchError
2013-10-16 22:11:15 -04:00
Tony Tam
2c5524476e
Merge pull request #98 from markac/master
...
Fix Java Generator to always generate valid Java variable names
2013-10-07 22:10:28 -07:00
Mark Crowther
7bde2ffd6e
Fix Java Generator to always generate valid Java variable names
2013-10-03 15:59:40 +01:00
Ivan Porto Carrero
f17654cd96
adds bodyParamRequired
2013-10-01 20:17:11 -07:00