geekerzp
ddfa713f55
Update wording of comment in api template of python client
2015-07-18 15:22:39 +08:00
geekerzp
c9889c5baf
Update api template of python client
2015-07-18 15:03:55 +08:00
geekerzp
60d6cd744a
Format python client using pep8
2015-07-18 14:30:19 +08:00
geekerzp
8746f1544b
Merge branch 'develop_2.0' into python-enum
2015-07-16 17:27:17 +08:00
geekerzp
f0e09ae33a
Add enum support for model property of python client
2015-07-16 17:24:42 +08:00
geekerzp
33561fa159
Support date type in python client
2015-07-16 10:11:27 +08:00
geekerzp
4d302683f3
Update logging of python client
2015-07-15 15:58:45 +08:00
geekerzp
517717958d
Update doc string of RESTClientObject#agent method of python client
2015-07-15 15:27:15 +08:00
geekerzp
b42ead3c0f
Replace urllib3.util.url.parse_url
with urllib3.util.parse_url
2015-07-15 15:27:14 +08:00
geekerzp
8a3c64aa41
Add logging and debug report for python client.
2015-07-15 15:27:14 +08:00
geekerzp
d97b0984cb
Update ApiClient of python client.
...
Add docstring for method call_api.
2015-07-15 15:25:32 +08:00
geekerzp
0e8cf70dc4
Fix typo
2015-07-15 15:25:32 +08:00
geekerzp
88e5860d9b
support asynchronous request in python client
2015-07-15 15:25:31 +08:00
geekerzp
18ea21087f
Update README file of python client
2015-07-14 17:34:38 +08:00
geekerzp
746a55be73
Update README file of python client
2015-07-14 17:15:24 +08:00
geekerzp
9f76acbbd7
Update README file of python client
2015-07-14 15:42:01 +08:00
geekerzp
af67353022
Update integration test of python client
2015-07-14 15:38:23 +08:00
geekerzp
30925b7800
Update pom.xml of python client
2015-07-14 10:28:36 +08:00
geekerzp
bb570d7efa
Update integration-test of python client
2015-07-14 09:43:59 +08:00
geekerzp
c88c85a317
Enhancements intergration-test of python client
2015-07-14 09:39:19 +08:00
geekerzp
23dfac0194
Update deserialization of python client.
...
Return None if deserialize data is None.
2015-07-14 09:39:19 +08:00
geekerzp
b99f006861
Update Python client.
...
Throw ApiException if fail to parse string to datetime.
2015-07-14 09:39:19 +08:00
geekerzp
80d1deb2dd
Update unit tests of Python client.
...
Add more test cases for deserialization.
2015-07-14 09:39:19 +08:00
geekerzp
2912ee8ae1
Update deserialize response of Python client.
2015-07-14 09:39:18 +08:00
geekerzp
6df6c079ee
Support file downloading in Python codegen.
2015-07-14 09:39:18 +08:00
wing328
30bc58f6ff
Merge branch 'fix_optional' of https://github.com/wing328/swagger-codegen into fix_optional
2015-06-26 23:57:06 +08:00
wing328
38d62d768a
fix optional for python, python3
2015-06-26 23:56:20 +08:00
William Cheng
9d739a44cd
update python test case
2015-06-25 21:47:00 +08:00
wing328
8cce7ac053
fix optional for python, python3
2015-06-25 22:40:14 +08:00
geekerzp
8d18aee2f2
Update test case test_deserialize_to_dict
of python client
2015-06-18 22:02:54 +08:00
geekerzp
5d19ef6146
Generate the python into python/
folder directly
2015-06-18 10:43:24 +08:00
geekerzp
a32335dfbc
Enable cli config options for python generator
2015-06-18 10:43:24 +08:00
geekerzp
718a9a79ed
Update test case test_deserialize_to_object
of python client.
2015-06-13 19:05:15 +08:00
geekerzp
ff9623fb5c
Support pure object response for python client.
2015-06-13 18:58:27 +08:00
geekerzp
e2d441e862
support map type response for python client
2015-06-10 11:55:12 +08:00
fehguy
3d2f09a693
updated versions
2015-06-09 00:25:09 -07:00
wing328
680078dc58
fix csharp refer to apiinvoker
2015-06-09 13:52:01 +08:00
Tony Tam
64ea3f8177
rebuilt
2015-06-07 20:50:35 -07:00
Ron
1c2d0656b0
Code reformatting
2015-06-07 11:56:08 -04:00
Ron
22d7db2cb4
url changes
2015-06-07 11:46:11 -04:00
Ron
96107193e9
updated reverb references
2015-06-07 11:18:49 -04:00
geekerzp
eb90b907e7
rebuild python client
2015-06-05 17:02:38 +08:00
geekerzp
ddc5293e6a
updated api.mustache of python.
2015-06-05 16:19:49 +08:00
geekerzp
a30f537f5f
fixed typo
2015-06-05 16:19:49 +08:00
geekerzp
813c0119aa
added test case for 500 response of python client
2015-06-05 16:19:49 +08:00
geekerzp
5fbda0e206
added test case for 404 response of python client
2015-06-05 16:19:48 +08:00
geekerzp
ab6f327f35
Updated python client.
...
* Rename `ResponseError` exception to `ApiException`
* Use `File.separatorChar` to build file path in
PythonClientCodegen.java
* Rename `config.py` module to `configuration.py`
* Rename `swagger.py` module to `api_client.py`
2015-06-05 16:19:48 +08:00
geekerzp
654a73c5a8
rebuild python client
2015-06-05 16:17:29 +08:00
geekerzp
eac884d85b
updated ApiClient of python sdk.
2015-06-05 16:16:48 +08:00
geekerzp
d7aaaea0df
updated config.py of python client.
2015-06-05 16:15:57 +08:00