mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 06:30:52 +00:00
Fix counting for large API solutions in generated Python README (#8403)
* Fix counting for large API solutions Let 2 follow 1. * Update Python samples with new readme
This commit is contained in:
parent
c4dbd2cfa3
commit
cd2a0db1ce
@ -100,7 +100,7 @@ Use specific imports for apis and models like:
|
||||
- `from {{{packageName}}}.api.default_api import DefaultApi`
|
||||
- `from {{{packageName}}}.model.pet import Pet`
|
||||
|
||||
Solution 1:
|
||||
Solution 2:
|
||||
Before importing the package, adjust the maximum recursion limit as shown below:
|
||||
```
|
||||
import sys
|
||||
|
@ -235,7 +235,7 @@ Use specific imports for apis and models like:
|
||||
- `from petstore_api.api.default_api import DefaultApi`
|
||||
- `from petstore_api.model.pet import Pet`
|
||||
|
||||
Solution 1:
|
||||
Solution 2:
|
||||
Before importing the package, adjust the maximum recursion limit as shown below:
|
||||
```
|
||||
import sys
|
||||
|
@ -134,7 +134,7 @@ Use specific imports for apis and models like:
|
||||
- `from x_auth_id_alias.api.default_api import DefaultApi`
|
||||
- `from x_auth_id_alias.model.pet import Pet`
|
||||
|
||||
Solution 1:
|
||||
Solution 2:
|
||||
Before importing the package, adjust the maximum recursion limit as shown below:
|
||||
```
|
||||
import sys
|
||||
|
@ -103,7 +103,7 @@ Use specific imports for apis and models like:
|
||||
- `from dynamic_servers.api.default_api import DefaultApi`
|
||||
- `from dynamic_servers.model.pet import Pet`
|
||||
|
||||
Solution 1:
|
||||
Solution 2:
|
||||
Before importing the package, adjust the maximum recursion limit as shown below:
|
||||
```
|
||||
import sys
|
||||
|
@ -275,7 +275,7 @@ Use specific imports for apis and models like:
|
||||
- `from petstore_api.api.default_api import DefaultApi`
|
||||
- `from petstore_api.model.pet import Pet`
|
||||
|
||||
Solution 1:
|
||||
Solution 2:
|
||||
Before importing the package, adjust the maximum recursion limit as shown below:
|
||||
```
|
||||
import sys
|
||||
|
Loading…
x
Reference in New Issue
Block a user