forked from loafle/openapi-generator-original
[Python] add hasConsumes/hasProduces to Python API template (#4419)
* add hasConsumes/hasProduces to python api template * remove unused code in python * fix isFile in the api doc (python)
This commit is contained in:
@@ -14,6 +14,8 @@ Method | HTTP request | Description
|
||||
|
||||
To test \"client\" model
|
||||
|
||||
To test \"client\" model
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
@@ -137,6 +139,8 @@ void (empty response body)
|
||||
|
||||
To test enum parameters
|
||||
|
||||
To test enum parameters
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
|
||||
Reference in New Issue
Block a user