Merge pull request #935 from geekerzp/python-file-response

[Python] Support file downloading for Python API client
This commit is contained in:
wing328
2015-07-14 17:45:11 +08:00
27 changed files with 600 additions and 348 deletions

View File

@@ -48,6 +48,7 @@ public class PythonClientCodegen extends DefaultCodegen implements CodegenConfig
typeMapping.put("date", "date");
typeMapping.put("DateTime", "datetime");
typeMapping.put("object", "object");
typeMapping.put("file", "file");
// from https://docs.python.org/release/2.5.4/ref/keywords.html
reservedWords = new HashSet<String>(