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 will generate a new client library named based on the title in your OpenAPI spec. For example, if the title
44
-
of your API is "My API", the expected output will be "my-api-client". If a folder already exists by that name, you'll
45
-
get an error.
44
+
of your API is "My API", the expected output will be "my-api-client". You can change that directory name with the config file (documented below) or with `--output-path`.
46
45
47
-
If you have an `openapi.json` file available on disk, in any CLI invocation you can build off that instead by replacing `--url` with a `--path`:
46
+
If the directory to generate already exists, you'll get an error unless you use `--overwrite`.
0 commit comments