From 631980a876a9c34a9ab60569e79a52672819fd3f Mon Sep 17 00:00:00 2001 From: Chris Handy Date: Mon, 17 Feb 2025 13:03:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Removing=20deprecated=20manual?= =?UTF-8?q?=20client=20SDK=20step=20(#1494)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index c7ef7e4..bbb73cb 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -91,12 +91,6 @@ But it would be only to clean them up, leaving them won't really have any effect * Download the OpenAPI JSON file from `http://localhost/api/v1/openapi.json` and copy it to a new file `openapi.json` at the root of the `frontend` directory. -* To simplify the names in the generated frontend client code, modify the `openapi.json` file by running the following script: - -```bash -node modify-openapi-operationids.js -``` - * To generate the frontend client, run: ```bash