File tree 2 files changed +4
-4
lines changed
end_to_end_tests/golden-record
openapi_python_client/templates 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ Things to know:
47
47
1 . ` sync_detailed ` : Blocking request that always returns a ` Request ` , optionally with ` parsed ` set if the request was successful.
48
48
1 . ` asyncio ` : Like ` sync ` but the async instead of blocking
49
49
1 . ` asyncio_detailed ` : Like ` sync_detailed ` by async instead of blocking
50
-
50
+
51
51
1 . All path/query params, and bodies become method arguments.
52
52
1 . If your endpoint had any tags on it, the first tag will be used as a module name for the function (my_tag above)
53
- 1 . Any endpoint which did not have a tag will be in ` my_test_api_client.api.default `
53
+ 1 . Any endpoint which did not have a tag will be in ` my_test_api_client.api.default `
54
54
55
55
## Building / publishing this Client
56
56
This project uses [ Poetry] ( https://python-poetry.org/ ) to manage dependencies and packaging. Here are the basics:
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ Things to know:
47
47
1. `sync_detailed`: Blocking request that always returns a `Request`, optionally with `parsed` set if the request was successful.
48
48
1. `asyncio`: Like `sync` but the async instead of blocking
49
49
1. `asyncio_detailed`: Like `sync_detailed` by async instead of blocking
50
-
50
+
51
51
1. All path/query params, and bodies become method arguments.
52
52
1. If your endpoint had any tags on it, the first tag will be used as a module name for the function (my_tag above)
53
- 1. Any endpoint which did not have a tag will be in `{{ package_name }}.api.default`
53
+ 1. Any endpoint which did not have a tag will be in `{{ package_name }}.api.default`
54
54
55
55
## Building / publishing this Client
56
56
This project uses [Poetry](https://python-poetry.org/) to manage dependencies and packaging. Here are the basics:
You can’t perform that action at this time.
0 commit comments