You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python directory was automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project. However it the generated code was altered to make compatible with the rest of the project.
5
6
6
7
- API version: 1.0.0
7
8
8
-
9
-
10
9
### Steps to update client directory
11
10
12
-
1. Fetch the api schema from the API endpoint [https://codegen-sh--rest-api.modal.run/api/openapi.json](schema file)
13
-
2. generate the client code with the following command:
11
+
1. Fetch the api schema from the API endpoint \[https://codegen-sh--rest-api.modal.run/api/openapi.json\](schema file)
12
+
1. generate the client code with the following command:
3. This command will generate a lot of unused files we just need to include the files in the `openapi_client` directory to the project.
19
-
20
-
4. May need to fix the imports for `openapi_client` to be fully qualified import paths.
21
17
18
+
3. This command will generate a lot of unused files we just need to include the files in the `openapi_client` directory to the project.
22
19
23
-
5. TODO: make updates more streamlined. Ideally setup this api client as it's own package so all it takes is to generate the new code, no addtional manual steps are needed.
20
+
1. May need to fix the imports for `openapi_client` to be fully qualified import paths.
24
21
22
+
1. TODO: make updates more streamlined. Ideally setup this api client as it's own package so all it takes is to generate the new code, no addtional manual steps are needed.
0 commit comments