forked from loafle/openapi-generator-original
@@ -23,7 +23,7 @@ This can only be done by the logged in user.
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -70,7 +70,7 @@ Creates list of users with given input array
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -117,7 +117,7 @@ Creates list of users with given input array
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -164,7 +164,7 @@ This can only be done by the logged in user.
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -211,7 +211,7 @@ Get user by user name
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -259,7 +259,7 @@ Logs user into the system
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -309,7 +309,7 @@ Logs out current logged in user session
|
||||
|
||||
### Example
|
||||
```python
|
||||
from __future__ import print_statement
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
@@ -352,7 +352,7 @@ This can only be done by the logged in user.
|
||||
|
||||
### 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