forked from loafle/openapi-generator-original
@@ -23,7 +23,7 @@ Add a new pet to the store
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -73,7 +73,7 @@ Deletes a pet
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -125,7 +125,7 @@ Multiple status values can be provided with comma separated strings
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -176,7 +176,7 @@ Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -227,7 +227,7 @@ Returns a single pet
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -280,7 +280,7 @@ Update an existing pet
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -330,7 +330,7 @@ Updates a pet in the store with form data
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -384,7 +384,7 @@ uploads an image
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
|
||||
Reference in New Issue
Block a user